Searched refs:logcatSource (Results 1 – 3 of 3) sorted by relevance
193 try (InputStreamSource logcatSource = source) { in saveLogcatSource() argument195 if (logcatSource.size() < 75L) { in saveLogcatSource()199 logcatSource.size()); in saveLogcatSource()203 super.testLog(name, LogDataType.LOGCAT, logcatSource); in saveLogcatSource()
79 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit() argument80 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()
1350 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument1352 if (logcatSource != null && logcatSource.size() > 0L) { in reportLogs()1357 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()