Searched refs:readLogcat (Results 1 – 2 of 2) sorted by relevance
68 std::string readLogcat(const std::string& marker) { in readLogcat() function334 std::string logcat_out = readLogcat(marker); in TEST()
268 proto.write(InstrumentationData.TestStatus.LOGCAT, readLogcat(mTestStartMs)); in onInstrumentationStatusLocked()550 private static String readLogcat(long startTimeMs) { in readLogcat() method in Instrument