Searched refs:logcatSource (Results 1 – 6 of 6) sorted by relevance
68 try (InputStreamSource logcatSource = in onTestFail() argument73 super.testLog(name, LogDataType.LOGCAT, logcatSource); in onTestFail()
65 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit() argument66 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()
97 try (InputStreamSource logcatSource = device.getLogcat(); in run() argument100 new InputStreamReader(logcatSource.createInputStream()))) { in run()
95 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument98 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
164 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument167 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
530 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument536 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()