Searched refs:dumpInternal (Results 1 – 1 of 1) sorted by relevance
91 dumpInternal(pw, "Last failed last-mile log", mLastMileLogForLastFailure); in dump()92 dumpInternal(pw, "Latest last-mile log", readTrace()); in dump()184 private static void dumpInternal(PrintWriter pw, String description, byte[] lastMileLog) { in dumpInternal() method in LastMileLogger