summaryrefslogtreecommitdiff
path: root/tests/src/com/android/loganalysis/parser/DmesgParserTest.java
AgeCommit message (Collapse)Author
2019-02-19Parse "Wait for property" duration from dmesg.gopinath
Bug: b/123788098 Test: DmesgParserTest Change-Id: I12fd7fc8095de72bc011c07a187564d1cae549ec
2017-06-15Support parsing the boottime legacy log format (i.e processing actions)gopinath
b/62394657 Test: OK (257 tests). Change-Id: Ib5f5f9db27426b1a334e3c05faa6eb183a2e2975
2017-05-16Accomodate new log format logged in dmesg during bootgopinath
b/38045657 Test : Time: 0.37 OK (253 tests) Change-Id: If4047e75c65c8d062e789ce03e6c82c2a42d5096
2017-04-11Parse additional boot information from dmesg logsgopinath
Parse boot completed set time as well. This is needed to compute the total boot time in Boot time test. Additonal logs formats parsed now [ 14.638884] init: processing action (sys.boot_completed=1) Total_Boot_Time = BootLoader_Time_ms + Boot_Completed_Set_Time_ms b/36982296 Tests Run : All the tests in DmesgParserTest passed. Change-Id: I93781af937a41cedf72e7f1e5091eead5af96d1a
2017-03-13Modified DmesgParser to return IItemShankhoneer Chakrovarty
BUG:35758559 Change-Id: I55d960ac278d32159aa5c73932a1da3fbff25790 Fixes:35758559
2017-03-03Add error_prone rules on LoganalysisJulien Desprez
Fix warnings of current rules. Test: local build and error prone Bug: 35864476 Change-Id: Ib03b309de69e9c92cf815440bb637b955447847e
2017-02-24Improved dmesg parserShankhoneer Chakrovarty
The improved parser captures info on: 1. boot stage 2. action processing time BUG:35469489 Change-Id: Ice32079b96373d18036296097a140d5bc0d2ec33
2016-12-06Add parser to extract the init services time from dmesg logsGopinath
Tests: 5 Tests passed! Bug: 32019616 Change-Id: I9bb3a724ef32d30efcdef0297564884e2cafdfcb