Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DTimingHelper.java42 private static final String LOGCAT_CMD = "logcat -d ForTimingCollector:I *:S"; field in TimingHelper
112 automation.executeShellCommand(LOGCAT_CMD)); in streamLogcat()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java99 private static final String LOGCAT_CMD = "logcat *:V"; field in BootTimeTest
596 getDevice(), allBuffers ? LOGCAT_CMD_ALL : LOGCAT_CMD, LOGCAT_SIZE, 0); in clearAndStartLogcat()