Home
last modified time | relevance | path

Searched refs: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() argument
48 mDeviceAction = new BackgroundDeviceAction(logcatCmd, LOGCAT_DESC, device, in LogcatReceiver()
98 String logcatCmd = "logcat -b all -v threadtime"; in getDefaultLogcatCmd() local
102 logcatCmd = logcatCmd + ",uid"; in getDefaultLogcatCmd()
109 return logcatCmd; in getDefaultLogcatCmd()
/tools/tradefederation/core/src/com/android/tradefed/util/
DGenericLogcatEventParser.java211 String logcatCmd = logcatCmdBuilder.toString(); in start() local
212 CLog.i("Starting logcat with command: %s", logcatCmd); in start()
214 new BackgroundDeviceAction(logcatCmd, LOGCAT_DESC, mDevice, mLogcatReceiver, 0); in start()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java215 LogcatReceiver createLogcatReceiver(ITestDevice device, String logcatCmd) { in createLogcatReceiver() argument
216 return new LogcatReceiver(device, logcatCmd, device.getOptions().getMaxLogcatDataSize(), 0); in createLogcatReceiver()