Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2252 return getLogcatDump(); in getLogcat()
2265 return getLogcatDump(); in getLogcat()
2279 return getLogcatDump(); in getLogcatSince()
2284 return getLogcatDump(); in getLogcatSince()
2312 public InputStreamSource getLogcatDump() { in getLogcatDump() method in NativeDevice
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java895 public InputStreamSource getLogcatDump(); in getLogcatDump() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java779 try (InputStreamSource source = getDevice().getLogcatDump()) { in testGetLogcat_size()