Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1060 public InputStreamSource getLogcatDump(); in getLogcatDump() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2874 return getLogcatDump(); in getLogcat()
2890 return getLogcatDump(); in getLogcat()
2906 return getLogcatDump(); in getLogcatSince()
2911 return getLogcatDump(); in getLogcatSince()
2956 public InputStreamSource getLogcatDump() { in getLogcatDump() method in NativeDevice
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceFuncTest.java827 try (InputStreamSource source = getDevice().getLogcatDump()) { in testGetLogcat_size()