summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-13Merge "Parse additional boot information from dmesg logs"TreeHugger Robot
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-04-07Update tools/tradefederation/error_prone_rules.mk path. am: 9d9d58b1baKevin Cheng
am: 54c1313f44 Change-Id: Iab2e3e322f5cc179a233d0e0282042d4b2742fea
2017-04-07Update tools/tradefederation/error_prone_rules.mk path.Kevin Cheng
am: 9d9d58b1ba Change-Id: I61d6e267d5d8ef1ea6569ad5a317ee42668fbcbe
2017-04-07Update tools/tradefederation/error_prone_rules.mk path.Kevin Cheng
am: 573b1a53ee Change-Id: Ic7005c1e11989824987f251c471ecc0ef091066e
2017-04-07Update tools/tradefederation/error_prone_rules.mk path.Kevin Cheng
BUG:36557513 Test: Built successfully with new path. Change-Id: I7e6f9d61ed38d720f0d3e6c237e93bb2051a58d6
2017-04-06Update tools/tradefederation/error_prone_rules.mk path.Kevin Cheng
BUG:36557513 Test: Built successfully with new path. Change-Id: I7e6f9d61ed38d720f0d3e6c237e93bb2051a58d6
2017-04-05Merge "Fix logcat parsing in bugreports."Maxim Siniavine
2017-04-05Fix logcat parsing in bugreports.Maxim Siniavine
A UID column was added to the logcat log. Update the regular expresion to accept the new column. BUG: 36891877 TEST: Run local unit test. Run command line parser to parse bugreport. Change-Id: I514f5d81edacd4296959e30ebc63796c347c74f5
2017-04-04Update tools/tradefederation/error_prone_rules.mk path.Kevin Cheng
BUG:36557513 Test: Built successfully with new path. Change-Id: I81783956a650ee94bfd4e3a961ccafade94f9c83
2017-03-22Merge "Modified DmesgParser to return IItem"Shankhoneer Chakrovarty
2017-03-14Fix missing @overrideJulien Desprez
Test: local build and run Bug: 35864476 Change-Id: I1a7623021e2f959611621477ae91cc2495cf6515
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
2017-01-10Fix a few warnings produced by java lint.Michael Wright
Add a hashCode implementation to GenericItem and LogcatParser.ExtrasPattern, and suppress the warning for the lack of serialVersionUID to the anonymous subclass of HashMap since it'll never actually be serialized. Test: java -cp loganalysis.jar:loganalysis-tests.jar org.junit.runner.JUnitCore com.android.loganalysis.UnitTests Change-Id: Ibbbcaf6d1629cd5cfad172fe0eb6a720525ec483
2016-12-22enable Java style check repo upload hookGuang Zhu
Change-Id: Ied34f1051b76490749146969afc5c69bb3439d2f
2016-12-14Merge "Preparer Loganalysis unit tests"Julien Desprez
2016-12-13Add LMK and page allocation failure parsing from kernel logsMichael Rosenfeld
Bug: 33272479 Test: Added to KernelLogParserTest class Change-Id: I579a2ddae503f98f9b4447f57f9547d125f808f2
2016-12-13Preparer Loganalysis unit testsJulien Desprez
make them presubmit ready by fixing some import, cleaning temporary files. Test: build, run presubmit Bug: 33564231 Change-Id: I777569bc37b5a5a4a687cd1bc89d01133abbba4e
2016-12-07Merge "Add parser to extract the init services time from dmesg logs"Gopinath Elanchezhian
2016-12-06Add parser to extract the init services time from dmesg logsGopinath
Tests: 5 Tests passed! Bug: 32019616 Change-Id: I9bb3a724ef32d30efcdef0297564884e2cafdfcb
2016-12-01Merge "Use junit-host instead of junit" am: 75e4a422ec am: 3c8cd0cd4b am: ↵Paul Duffin
7888554b3c am: a49409b51f Change-Id: I4ffc5f81895ae898be5737986c6c0ee016ca3167
2016-12-01Merge "Use junit-host instead of junit" am: 75e4a422ec am: 3c8cd0cd4bandroid-wear-o-preview-4android-wear-o-preview-3android-o-preview-3android-o-preview-2android-n-iot-preview-4n-iot-preview-4Paul Duffin
am: 7888554b3c Change-Id: Ibe7719c8be0dbf5f215e8b32374d8cb4fe4e7869
2016-12-01Merge "Use junit-host instead of junit" am: 75e4a422ecPaul Duffin
am: 3c8cd0cd4b Change-Id: Ida3e5c78a1e143a242b47183b1f176a3ebbbd8fd
2016-12-01Merge "Use junit-host instead of junit"android-o-preview-1android-n-mr2-preview-2android-n-mr2-preview-1o-previewPaul Duffin
am: 75e4a422ec Change-Id: I1d0b87ac34613f739e24d3a8ff13798778b89117
2016-12-01Merge "Use junit-host instead of junit"Treehugger Robot
2016-12-01Use junit-host instead of junitPaul Duffin
Bug: 30188076 Test: make checkbuild Change-Id: I02fe530f6bc3f632c4179d2d1bf8ce40970e4b25
2016-11-30Merge "Use junit-host instead of junit" am: eafda48599 am: 4d0a75dc75 am: ↵Paul Duffin
329b994eee am: e7eae51c63 -s ours Change-Id: I5d174a277c346bae9bdb6ca65730ae5ecfed68c4
2016-11-30Merge "Use junit-host instead of junit" am: eafda48599 am: 4d0a75dc75Paul Duffin
am: 329b994eee Change-Id: I7d9b69b050e776a9cc62a23ebe51b4c2420b265c
2016-11-30Merge "Use junit-host instead of junit" am: eafda48599Paul Duffin
am: 4d0a75dc75 Change-Id: I27ca922115b308935d6f6482c34099496cdfd9a0
2016-11-30Merge "Use junit-host instead of junit"Paul Duffin
am: eafda48599 Change-Id: I8cc071d266f405dd4987c4cc13523e96a2936bd7
2016-11-30Merge "Use junit-host instead of junit"Paul Duffin
2016-11-30Use junit-host instead of junitPaul Duffin
Bug: 30188076 Test: make checkbuild Change-Id: I126c6f8c86455bf63a9dce5e3a535abbaa7c0c73
2016-11-28Use junit-host instead of junitPaul Duffin
Bug: 30188076 Test: make checkbuild Change-Id: Ib42d9a3d81b13cc75ce7fe19f9e28832b9f3177f
2016-09-27Add loganalysis facility for parsing DVM lock logs.Robert Sloan
BUG: 31382082 Change-Id: Ib33f186b5869cdf1cb72f80bd457a6ce7fb5def8
2016-09-26Merge "Add parser to track the latency info printed from sysui"Gopinath Elanchezhian
2016-09-23Add parser to track the latency info printed from sysuiGopinath
Bug 31629439 Change-Id: I86627a8da8ae95acfb1bcf0d1369330dc5cb7a5c
2016-09-22New Guava version with new ddmlibJulien Desprez
Bug: 27642373 Change-Id: Ib08e8eaa64a778f120126387904e672395e3e40c
2016-09-21Updates bugreport parser to handle newest version of bugreports.Hector Tellez
fixes: 31397868 Change-Id: Ie5b73d3916f15893ef372d26dd4b47239f5c1fcc
2016-08-29Merge "Events logcat parser"Gopinath Elanchezhian
2016-08-29Events logcat parserGopinath
Parse the transition delay items from the events log. Bug 28793299 Test Status : 7 tests passed Change-Id: Idd300c4baa0282244b285ce78e1b865ff3522c0d
2016-07-01Merge "Add app summary metrics to memory health parser."Joshua Schwarz
2016-06-21Fix kernel reset message that gets generated from the bootreason property.Maxim Siniavine
Change-Id: Ic7d77f9e4edee8e164ad3e03c452f220c7847ece
2016-06-14Add app summary metrics to memory health parser.Joshua Schwarz
Change-Id: Idf009584f0f67b077d4c9d49f8a21ade40cad314
2016-03-09Adds projected battery life analysis.Hector Tellez
Change-Id: I25bcb84f5d62802dcb51d9a3ceae60929eb89606
2016-02-11Fix process usage parserAvinankumar Vellore Suriyakumar
Ensure the last process stats are added to the list Change-Id: Iba910f079748196650d1934249c47821abeb7913
2016-02-09Fix batterystats regex as per new buildsAvinankumar Vellore Suriyakumar
Change-Id: Ic6da09bdb57a9ede83d9e51b2edfc162913b0eaa
2016-01-26Merge "Add wifi association heuristic"android-n-mr1-preview-2android-n-mr1-preview-1android-cts_7.1_r1android-cts-7.1_r9android-cts-7.1_r8android-cts-7.1_r7android-cts-7.1_r6android-cts-7.1_r5android-cts-7.1_r4android-cts-7.1_r3android-cts-7.1_r29android-cts-7.1_r28android-cts-7.1_r27android-cts-7.1_r26android-cts-7.1_r25android-cts-7.1_r24android-cts-7.1_r23android-cts-7.1_r22android-cts-7.1_r21android-cts-7.1_r20android-cts-7.1_r2android-cts-7.1_r19android-cts-7.1_r18android-cts-7.1_r17android-cts-7.1_r16android-cts-7.1_r15android-cts-7.1_r14android-cts-7.1_r13android-cts-7.1_r12android-cts-7.1_r11android-cts-7.1_r10android-cts-7.1_r1android-cts-7.0_r9android-cts-7.0_r8android-cts-7.0_r7android-cts-7.0_r6android-cts-7.0_r5android-cts-7.0_r4android-cts-7.0_r33android-cts-7.0_r32android-cts-7.0_r31android-cts-7.0_r30android-cts-7.0_r3android-cts-7.0_r29android-cts-7.0_r28android-cts-7.0_r27android-cts-7.0_r26android-cts-7.0_r25android-cts-7.0_r24android-cts-7.0_r23android-cts-7.0_r22android-cts-7.0_r21android-cts-7.0_r20android-cts-7.0_r2android-cts-7.0_r19android-cts-7.0_r18android-cts-7.0_r17android-cts-7.0_r16android-cts-7.0_r15android-cts-7.0_r14android-cts-7.0_r13android-cts-7.0_r12android-cts-7.0_r11android-cts-7.0_r10android-cts-7.0_r1android-7.1.2_r9android-7.1.2_r8android-7.1.2_r6android-7.1.2_r5android-7.1.2_r4android-7.1.2_r39android-7.1.2_r38android-7.1.2_r37android-7.1.2_r36android-7.1.2_r33android-7.1.2_r32android-7.1.2_r30android-7.1.2_r3android-7.1.2_r29android-7.1.2_r28android-7.1.2_r27android-7.1.2_r25android-7.1.2_r24android-7.1.2_r23android-7.1.2_r2android-7.1.2_r19android-7.1.2_r18android-7.1.2_r17android-7.1.2_r16android-7.1.2_r15android-7.1.2_r14android-7.1.2_r13android-7.1.2_r12android-7.1.2_r11android-7.1.2_r10android-7.1.2_r1android-7.1.1_r9android-7.1.1_r8android-7.1.1_r7android-7.1.1_r61android-7.1.1_r60android-7.1.1_r6android-7.1.1_r59android-7.1.1_r58android-7.1.1_r57android-7.1.1_r56android-7.1.1_r55android-7.1.1_r54android-7.1.1_r53android-7.1.1_r52android-7.1.1_r51android-7.1.1_r50android-7.1.1_r49android-7.1.1_r48android-7.1.1_r47android-7.1.1_r46android-7.1.1_r45android-7.1.1_r44android-7.1.1_r43android-7.1.1_r42android-7.1.1_r41android-7.1.1_r40android-7.1.1_r4android-7.1.1_r39android-7.1.1_r38android-7.1.1_r35android-7.1.1_r33android-7.1.1_r32android-7.1.1_r31android-7.1.1_r3android-7.1.1_r28android-7.1.1_r27android-7.1.1_r26android-7.1.1_r25android-7.1.1_r24android-7.1.1_r23android-7.1.1_r22android-7.1.1_r21android-7.1.1_r20android-7.1.1_r2android-7.1.1_r17android-7.1.1_r16android-7.1.1_r15android-7.1.1_r14android-7.1.1_r13android-7.1.1_r12android-7.1.1_r11android-7.1.1_r10android-7.1.1_r1android-7.1.0_r7android-7.1.0_r6android-7.1.0_r5android-7.1.0_r4android-7.1.0_r3android-7.1.0_r2android-7.1.0_r1android-7.0.0_r9android-7.0.0_r8android-7.0.0_r7android-7.0.0_r6android-7.0.0_r5android-7.0.0_r4android-7.0.0_r36android-7.0.0_r35android-7.0.0_r34android-7.0.0_r33android-7.0.0_r32android-7.0.0_r31android-7.0.0_r30android-7.0.0_r3android-7.0.0_r29android-7.0.0_r28android-7.0.0_r27android-7.0.0_r24android-7.0.0_r21android-7.0.0_r19android-7.0.0_r17android-7.0.0_r15android-7.0.0_r14android-7.0.0_r13android-7.0.0_r12android-7.0.0_r11android-7.0.0_r10android-7.0.0_r1nougat-releasenougat-mr2.3-releasenougat-mr2.2-releasenougat-mr2.1-releasenougat-mr2-security-releasenougat-mr2-releasenougat-mr2-pixel-releasenougat-mr2-devnougat-mr1.8-releasenougat-mr1.7-releasenougat-mr1.6-releasenougat-mr1.5-releasenougat-mr1.4-releasenougat-mr1.3-releasenougat-mr1.2-releasenougat-mr1.1-releasenougat-mr1-volantis-releasenougat-mr1-security-releasenougat-mr1-releasenougat-mr1-flounder-releasenougat-mr1-devnougat-mr1-cts-releasenougat-mr0.5-releasenougat-dr1-releasenougat-devnougat-cts-releasenougat-bugfix-releaseAvinankumar Vellore Suriyakumar
2016-01-25Add wifi association heuristicAvinankumar Vellore Suriyakumar
Change-Id: I38176d1aa568e0583eda7b2a0fbe4393d32725f8