Home
last modified time | relevance | path

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

/system/memory/lmkd/tests/
Dlmkd_test.cpp334 std::string logcat_out = readLogcat(marker); in TEST() local
343 if ((pos = logcat_out.find(marker, pos)) != std::string::npos) { in TEST()
344 kill_logs << getTextAround(logcat_out, pos, 0, 1); in TEST()
358 pos = logcat_out.find(OOM_MARKER); in TEST()
361 logcat_out.find(OOM_KILL_MARKER, pos) != std::string::npos); in TEST()
367 while ((pos = logcat_out.find(OOM_MARKER, pos)) != std::string::npos) { in TEST()
369 << getTextAround(logcat_out, pos, in TEST()
377 << logcat_out; in TEST()