Home
last modified time | relevance | path

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

/aosp12/system/memory/lmkd/tests/
H A Dlmkd_test.cpp68 std::string readLogcat(const std::string& marker) { in readLogcat() function
334 std::string logcat_out = readLogcat(marker); in TEST()
/aosp12/frameworks/base/cmds/am/src/com/android/commands/am/
H A DInstrument.java268 proto.write(InstrumentationData.TestStatus.LOGCAT, readLogcat(mTestStartMs)); in onInstrumentationStatusLocked()
550 private static String readLogcat(long startTimeMs) { in readLogcat() method in Instrument