Home
last modified time | relevance | path

Searched refs:logcatSource (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DVellamoBenchmark.java105 try (InputStreamSource logcatSource = device.getLogcat(); in run() argument
108 new InputStreamReader(logcatSource.createInputStream()))) { in run()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java431 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument
434 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()
DTestInvocation.java449 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument
452 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()