Searched refs:LOGCAT_CMD (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | LogcatReceiver.java | 30 static final String LOGCAT_CMD = "logcat -v threadtime"; field in LogcatReceiver 59 this(device, LOGCAT_CMD, maxFileSize, logStartDelay); in LogcatReceiver()
|
D | NativeDevice.java | 2297 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/ |
D | LogcatTimingMetricCollector.java | 57 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/ |
D | HermeticLaunchTest.java | 90 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/ |
D | LogcatTimingMetricCollector.java | 57 private static final String LOGCAT_CMD = "logcat *:D -T 150"; field in LogcatTimingMetricCollector
|