Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc18_02.java40 String logcatOutput = AdbUtils.runCommandLine("logcat -d", getDevice()); in testPocCVE_2017_13232() local
43 "flags=.{1,15} tags=\\[A{256,}\\]", logcatOutput); in testPocCVE_2017_13232()
/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
DCtsVerifierTest.java231 try (InputStreamSource logcatOutput = getDevice().getLogcat()) { in runTest() argument
232 String logcat = StreamUtil.getStringFromSource(logcatOutput); in runTest()