HomeSort by relevance Sort by last modified time
    Searched refs:LOGCAT_CMD (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
LogcatReceiver.java 30 static final String LOGCAT_CMD = "logcat -v threadtime";
59 this(device, LOGCAT_CMD, maxFileSize, logStartDelay);
NativeDevice.java     [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
HermeticLaunchTest.java 87 private static final String LOGCAT_CMD = "logcat -v threadtime ActivityManager:* *:s";
155 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0);

Completed in 330 milliseconds