Searched refs:logcatSource (Results 1 – 3 of 3) sorted by relevance
105 try (InputStreamSource logcatSource = device.getLogcat(); in run() argument108 new InputStreamReader(logcatSource.createInputStream()))) { in run()
431 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument434 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()
449 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument452 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()