Home
last modified time | relevance | path

Searched refs:logSource (Results 1 – 2 of 2) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java65 InputStreamSource logSource = mDevice.getLogcat(MAX_LOGCAT_BYTES); in testFailed() local
67 logSource); in testFailed()
68 logSource.cancel(); in testFailed()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java305 InputStreamSource logSource = mDevice.getLogcat(mNumLogcatBytes); in testFailed() local
307 LogDataType.TEXT, logSource); in testFailed()
308 logSource.cancel(); in testFailed()