Home
last modified time | relevance | path

Searched refs:readLogcat (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java264 proto.write(InstrumentationData.TestStatus.LOGCAT, readLogcat(mTestStartMs)); in onInstrumentationStatusLocked()
540 private static String readLogcat(long startTimeMs) { in readLogcat() method in Instrument