Home
last modified time | relevance | path

Searched refs:LOGCAT_CMD (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DLogcatReceiver.java30 static final String LOGCAT_CMD = "logcat -v threadtime"; field in LogcatReceiver
59 this(device, LOGCAT_CMD, maxFileSize, logStartDelay); in LogcatReceiver()
DNativeDevice.java2297 String command = String.format("%s -t '%s'", LogcatReceiver.LOGCAT_CMD, dateFormatted); in getLogcatSince()
2319 getIDevice().executeShellCommand(LogcatReceiver.LOGCAT_CMD + " -d", receiver, in getLogcatDump()
2355 String.format("%s %s", LogcatReceiver.LOGCAT_CMD, logcatOptions), in createLogcatReceiver()
/tools/loganalysis/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java57 private static final String LOGCAT_CMD = "logcat *:D -T 150"; field in LogcatTimingMetricCollector
101 String logcatCmd = LOGCAT_CMD; in onTestRunStart()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java90 private static final String LOGCAT_CMD = "logcat -v threadtime " field in HermeticLaunchTest
188 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DLogcatTimingMetricCollector.java57 private static final String LOGCAT_CMD = "logcat *:D -T 150"; field in LogcatTimingMetricCollector