Searched refs:logcatOutput (Results 1 – 2 of 2) sorted by relevance
40 String logcatOutput = AdbUtils.runCommandLine("logcat -d", getDevice()); in testPocCVE_2017_13232() local43 "flags=.{1,15} tags=\\[A{256,}\\]", logcatOutput); in testPocCVE_2017_13232()
231 try (InputStreamSource logcatOutput = getDevice().getLogcat()) { in runTest() argument232 String logcat = StreamUtil.getStringFromSource(logcatOutput); in runTest()