Searched defs:logcat (Results 1 – 9 of 9) sorted by relevance
50 String logcat = in getPlayManagedModules() local
115 String logcat = CommandUtil.runAndCheck(device, "logcat -d *:S malloc_debug:V").getStdout(); in close() local177 static void assertNoMallocDebugErrors(String logcat) { in assertNoMallocDebugErrors()
134 String logcat = CommandUtil.runAndCheck(device, "logcat -d").getStdout(); in withAssertNoSecurityCrashes() local
170 public static final List<Tombstone> parseLogcat(String logcat) { in parseLogcat()
101 BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatStream)); in numberOfLogcatStringsFound() local
543 String logcat = r.getLog(); in writeResults() local
134 File logcat = new File(mDestDir, fileName); in onTestEnd() local
354 List<String> logcat = Files.readAllLines(logcatFile.toPath()); in testCompilationCommandCompiles() local
59 String logcat = null; in setUp() local