Searched refs:logcatSource (Results 1 – 5 of 5) sorted by relevance
81 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit() argument82 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()
154 try (InputStreamSource logcatSource = source) { in saveLogcatSource() argument156 super.testLog(name, LogDataType.LOGCAT, logcatSource); in saveLogcatSource()
105 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument108 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
159 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument162 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
660 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument666 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()