Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java54 private static final String LOGCAT_CMD_ALL = "logcat -b all *:V"; field in BootTimeTest
281 mRebootLogcatReceiver = new LogcatReceiver(getDevice(), LOGCAT_CMD_ALL, LOGCAT_SIZE, 0); in clearAndStartLogcat()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java100 private static final String LOGCAT_CMD_ALL = "logcat -b all *:V"; field in BootTimeTest
596 getDevice(), allBuffers ? LOGCAT_CMD_ALL : LOGCAT_CMD, LOGCAT_SIZE, 0); in clearAndStartLogcat()