Home
last modified time | relevance | path

Searched defs:getLogcatData (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DILogcatReceiver.java32 public InputStreamSource getLogcatData(); in getLogcatData() method
34 public InputStreamSource getLogcatData(int maxBytes); in getLogcatData() method
43 public default InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() method
DLogcatReceiver.java76 public InputStreamSource getLogcatData() { in getLogcatData() method in LogcatReceiver
82 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() method in LogcatReceiver
87 public InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() method in LogcatReceiver
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogReceiver.java71 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() method in LogReceiver