Searched refs:dmesgLogParser (Results 1 – 1 of 1) sorted by relevance
625 DmesgParser dmesgLogParser = null; in testSuccessiveBoots() local648 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 …]