summaryrefslogtreecommitdiff
path: root/cmds/incident_helper
Commit message (Expand)AuthorAgeFilesLines
* [LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour2021-02-181-0/+9
* incident_helper: Fix incorrect deletionGreg Kaiser2020-03-021-1/+1
* Handle EOF explicitly in incident_helperMike Ma2020-02-262-8/+14
* Proto message for "dumpsys sensorservice --proto"Mike Ma2020-02-051-1/+1
* Persisted log parser for incident reportingMike Ma2020-01-166-0/+511
* userdebug: support perfetto traces as a section in incident reportsRyan Savitski2019-06-051-0/+2
* Fix incident_helper crash.Yao Chen2019-03-043-7/+8
* 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
* | Merge "Fix cert-dcl16-c clang-tidy warnings." am: 20b64c4bc7 am: 3038f743bfChih-hung Hsieh2018-12-111-6/+6
|\|
| * Fix cert-dcl16-c clang-tidy warnings.Chih-Hung Hsieh2018-12-111-6/+6
* | Merge "Change owners of incidentd" am: 349377724e am: 069da8fef7Mike Ma2018-12-061-1/+2
|\|
| * Change owners of incidentdMike Ma2018-12-061-1/+2
* | Merge changes I664fb325,I5e289469 am: 701001688f am: 833a491fabMark Salyzyn2018-11-191-1/+0
|\|
| * switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-141-1/+0
| * Update PageTypeInfoParser to be less restrictive.Kenneth Magic2018-08-283-11/+6
| * 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-313-11/+6
* | 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
* Merge "Add owners file for statsd/incidentd"TreeHugger Robot2018-02-151-0/+2
|\
| * Add owners file for statsd/incidentdYi Jin2018-02-141-0/+2
* | Make the platform proto naming consistent, Part 1Yi Jin2018-02-1312-131/+135
|/
* 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-068-0/+292
* incidentd: parsing ps dump into proto.Kweku Adams2018-01-0210-22/+563
* incidentd: Parsing battery_type data to proto.Kweku Adams2017-12-275-0/+166
* Modify system properties protoYi Jin2017-12-211-3/+16
* Merge "Fix how we build the statsd protos."Joe Onorato2017-12-147-61/+22
|\
| * Fix how we build the statsd protos.Joe Onorato2017-12-137-61/+22
* | Create a new stream option which generates field name to id mappingYi Jin2017-12-123-31/+40
|/
* Merge "Add AndroidTest.xml to incident_helper and incidentd"Yi Jin2017-12-122-0/+28
|\
| * Add AndroidTest.xml to incident_helper and incidentdYi Jin2017-12-072-0/+28
* | Refactor system properties protos to just include the list treble teamYi Jin2017-12-115-44/+301
|/
* Merge "Implement Cpu Freq Section"Yi Jin2017-11-206-1/+265
|\
| * Implement Cpu Freq SectionYi Jin2017-11-146-1/+265
* | Implement System Properties SectionYi Jin2017-11-147-88/+327
|/
* Implement Cpu Info SectionYi Jin2017-11-1011-144/+638
* Remove unnecessary parameter WriteStringToFileWei Wang2017-11-101-4/+4
* Refactor incident_helper to use protoutil and cppstream plugin.Yi Jin2017-10-3117-487/+833
* Implement PageTypeInfo sectionYi Jin2017-09-148-55/+292
* Implement PII Stripper, part 2Yi Jin2017-09-073-2/+30
* Merge "Remove useless open modes"TreeHugger Robot2017-08-151-4/+4
|\
| * Remove useless open modesGeorge Burgess IV2017-08-141-4/+4
* | Use Descriptor and Reflection to set table-like data, in this caseYi Jin2017-08-144-87/+94
|/
* The proto field is set based on which header the data belongs to.Yi Jin2017-08-075-88/+106
* This cl implements CommandSection and use it to add procrank.proto SectionYi Jin2017-08-0212-148/+538