Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DLogcatReceiver.java42 public LogcatReceiver(ITestDevice device, String logcatCmd, in LogcatReceiver()
98 String logcatCmd = "logcat -b all -v threadtime"; in getDefaultLogcatCmd() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DGenericLogcatEventParser.java211 String logcatCmd = logcatCmdBuilder.toString(); in start() local
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java215 LogcatReceiver createLogcatReceiver(ITestDevice device, String logcatCmd) { in createLogcatReceiver()