Searched refs:logcat_out (Results 1 – 1 of 1) sorted by relevance
331 std::string logcat_out = readLogcat(marker); in TEST() local340 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()