Home
last modified time | relevance | path

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

/system/memory/lmkd/tests/
Dlmkd_test.cpp331 std::string logcat_out = readLogcat(marker); in TEST() local
340 if ((pos = logcat_out.find(marker, pos)) != std::string::npos) { in TEST()
341 kill_logs << getTextAround(logcat_out, pos, 0, 1); in TEST()
355 pos = logcat_out.find(OOM_MARKER); in TEST()
358 logcat_out.find(OOM_KILL_MARKER, pos) != std::string::npos); in TEST()
364 while ((pos = logcat_out.find(OOM_MARKER, pos)) != std::string::npos) { in TEST()
366 << getTextAround(logcat_out, pos, in TEST()
374 << logcat_out; in TEST()