Searched refs:lastMileLog (Results 1 – 1 of 1) sorted by relevance
184 private static void dumpInternal(PrintWriter pw, String description, byte[] lastMileLog) { in dumpInternal() argument185 if (lastMileLog == null || lastMileLog.length < 1) { in dumpInternal()191 pw.print(new String(lastMileLog)); in dumpInternal()