Home
last modified time | relevance | path

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

/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java625 DmesgParser dmesgLogParser = null; in testSuccessiveBoots() local
648 dmesgLogParser = new DmesgParser(); in testSuccessiveBoots()
653 parseDmesgInfo(dmesgLogParser); in testSuccessiveBoots()
669 parseDmesgInfo(dmesgLogParser); in testSuccessiveBoots()
670 if (!dmesgLogParser.getServiceInfoItems().isEmpty()) { in testSuccessiveBoots()
671 analyzeDmesgServiceInfo(dmesgLogParser.getServiceInfoItems().values()); in testSuccessiveBoots()
673 if (!dmesgLogParser.getStageInfoItems().isEmpty()) { in testSuccessiveBoots()
674 analyzeDmesgStageInfo(dmesgLogParser.getStageInfoItems()); in testSuccessiveBoots()
676 if (!dmesgLogParser.getActionInfoItems().isEmpty()) { in testSuccessiveBoots()
677 analyzeDmesgActionInfo(dmesgLogParser.getActionInfoItems()); in testSuccessiveBoots()
[all …]
/platform_testing/tests/automotive/health/boottime/src/android/boottime/postprocessor/
DDmesgPostProcessor.java107 DmesgParser dmesgLogParser = new DmesgParser(); in processDmesgLogs() local
110 DmesgItem dmesgItem = dmesgLogParser.parseInfo(input); in processDmesgLogs()