Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java68 try (InputStreamSource logcatSource = in onTestFail() argument
73 super.testLog(name, LogDataType.LOGCAT, logcatSource); in onTestFail()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java65 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit() argument
66 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DVellamoBenchmark.java97 try (InputStreamSource logcatSource = device.getLogcat(); in run() argument
100 new InputStreamReader(logcatSource.createInputStream()))) { in run()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java95 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument
98 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
DRemoteAndroidVirtualDevice.java164 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument
167 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java530 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument
536 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()