Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java81 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit() argument
82 …BufferedReader logcat = new BufferedReader(new InputStreamReader(logcatSource.createInputStream())… in testMemoryAllocationLimit()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DLogcatOnFailureCollector.java154 try (InputStreamSource logcatSource = source) { in saveLogcatSource() argument
156 super.testLog(name, LogDataType.LOGCAT, logcatSource); in saveLogcatSource()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java105 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument
108 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
DRemoteAndroidVirtualDevice.java159 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown() argument
162 mTestLogger.testLog(name, LogDataType.LOGCAT, logcatSource); in postInvocationTearDown()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java660 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs() argument
666 listener.testLog(name, LogDataType.LOGCAT, logcatSource); in reportLogs()