summaryrefslogtreecommitdiff
path: root/cmds/incident_helper/src
Commit message (Expand)AuthorAgeFilesLines
* incident_helper: Fix incorrect deletionGreg Kaiser2020-03-021-1/+1
* Handle EOF explicitly in incident_helperMike Ma2020-02-262-8/+14
* userdebug: support perfetto traces as a section in incident reportsRyan Savitski2019-06-051-0/+2
* Fix incident_helper crash.Yao Chen2019-03-042-3/+4
* Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e...Chih-hung Hsieh2018-12-212-3/+3
|\
| * Fix/suppress incident* google-explicit-constructor warningsChih-Hung Hsieh2018-12-202-3/+3
| * Update PageTypeInfoParser to be less restrictive.Kenneth Magic2018-08-281-7/+2
| * Modernize codebase by replacing NULL with nullptrYi Kong2018-08-084-8/+8
* | Modernize codebase by replacing NULL with nullptrYi Kong2018-08-064-8/+8
* | Update PageTypeInfoParser to be less restrictive.Kenneth Magic2018-07-311-7/+2
* | Add kernel version to incident reportYi Jin2018-06-221-1/+2
|/
* Use modern c++ code style for incidentd.Yi Jin2018-03-304-16/+16
* Use uint64_t instead of long long as API type for consistent reason.Yi Jin2018-03-0510-18/+18
* Add HighAtomic to pagetypeinfo, and don't fail if a header can't beYi Jin2018-02-201-1/+2
* Make the platform proto naming consistent, Part 1Yi Jin2018-02-136-53/+57
* Fix permissions problems of incidentd.Yi Jin2018-01-171-1/+1
* Implement a new type of section which reads from logd and dumps proto.Yi Jin2018-01-065-0/+142
* incidentd: parsing ps dump into proto.Kweku Adams2018-01-027-19/+233
* incidentd: Parsing battery_type data to proto.Kweku Adams2017-12-273-0/+99
* Modify system properties protoYi Jin2017-12-211-3/+16
* Create a new stream option which generates field name to id mappingYi Jin2017-12-121-3/+14
* Refactor system properties protos to just include the list treble teamYi Jin2017-12-113-13/+262
* Merge "Implement Cpu Freq Section"Yi Jin2017-11-203-0/+128
|\
| * Implement Cpu Freq SectionYi Jin2017-11-143-0/+128
* | Implement System Properties SectionYi Jin2017-11-145-88/+218
|/
* Implement Cpu Info SectionYi Jin2017-11-108-115/+409
* Refactor incident_helper to use protoutil and cppstream plugin.Yi Jin2017-10-3111-0/+968