Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java58 private static final String DUMP_DMESG = String.format("dmesg > %s", DMESG_FILE); field in BootTimeTest
268 getDevice().executeShellCommand(DUMP_DMESG); in saveDmesgInfo()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java124 private static final String DUMP_DMESG = String.format("dmesg > %s", DMESG_FILE); field in BootTimeTest
970 getDevice().executeShellCommand(DUMP_DMESG); in parseDmesgInfo()