summaryrefslogtreecommitdiff
path: root/cmds/incidentd/tests
Commit message (Expand)AuthorAgeFilesLines
* Update language to comply with Android's inclusive language guidanceKelly Rossmoyer2020-08-141-1/+1
* Increase the size limit of incident reports.Yao Chen2019-05-231-8/+8
* Remove encryption from incidentdYao Chen2019-04-302-151/+0
* Get incidentd cts working again.Joe Onorato2019-04-262-11/+11
* Add encryption in incidentd.Yao Chen2019-04-232-0/+151
* Fix a bug in ProtoFileReader.Yao Chen2019-04-211-0/+100
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-267-454/+626
* Remove the IncidentHeaderProto dependency from statsd.Yao Chen2019-02-072-6/+39
* Merge changes I664fb325,I5e289469 am: 701001688f am: 833a491fabMark Salyzyn2018-11-193-8/+7
|\
| * switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn2018-11-142-7/+7
| * Remove unused reference to android-base/test_utils.hMark Salyzyn2018-11-141-1/+0
| * Merge "Add a section flag to bypass failure if a specific path can't be found...Yi Jin2018-05-021-1/+9
| |\
| | * Add a section flag to bypass failure if a specific path can't be found.Yi Jin2018-05-021-1/+9
* | | Treating all FileSection files as device specific.Kweku Adams2018-06-131-4/+4
* | | Add a section flag to bypass failure if a specific path can't be found.Yi Jin2018-05-011-1/+9
* | | Use the right printf symbols rather than converting to ints.Yi Jin2018-04-231-1/+1
|/ /
* | Merge "Fix incidentd skip collecting timedout of a section." into pi-devTreeHugger Robot2018-04-171-0/+4
|\ \ | |/ |/|
| * Fix incidentd skip collecting timedout of a section.Yi Jin2018-04-161-0/+4
* | Add tests to cover handling negative varint.Yi Jin2018-04-121-0/+12
|/
* Use modern c++ code style for incidentd.Yi Jin2018-03-306-39/+52
* Merge "Use unique_fd with the clear ownership." into pi-devYi Jin2018-03-302-23/+25
|\
| * Use unique_fd with the clear ownership.Yi Jin2018-03-282-23/+25
* | Enable Last Kmsg, also fix the GZipSection test.Yi Jin2018-03-292-7/+18
|/
* Found out it is not possible to exec procrank as non-root/shell.Yi Jin2018-03-271-4/+4
* Wrap fd with unique_fd so it won't leak.Yi Jin2018-03-142-52/+55
* Optimize incidentd memory usageYi Jin2018-03-072-3/+16
* Implement a new section to attach LAST_KMSG to incident reportYi Jin2018-02-271-60/+68
* Throttler for incidentd based on size putting into dropbox.Yi Jin2018-02-205-4/+46
* This cl formats incidentd and makes it easier for debugging.Yi Jin2018-02-155-101/+95
* Put metadata or stats into each dropbox incident report.Yi Jin2018-02-142-6/+38
* Modify SystemApi so it can be used by CTS to trigger incident reportYi Jin2018-01-291-2/+3
* Add more information to incident header. Especially add config keysYi Jin2018-01-212-16/+18
* Implement a new type of section which reads from logd and dumps proto.Yi Jin2018-01-061-1/+21
* 1. Implement Privacy Policy Tag InheritanceYi Jin2017-12-014-54/+49
* Remove unnecessary parameter WriteStringToFileWei Wang2017-11-103-13/+13
* Enable Window Dumpsys SectionYi Jin2017-11-012-2/+14
* Fix several nitsYi Jin2017-10-231-6/+8
* Implement c++ native lib for streaming proto, part 1Yi Jin2017-09-272-65/+61
* incidentd: fix memory leaks in a testGeorge Burgess IV2017-09-191-32/+48
* Fixes regarding to comments in ag/2839267Yi Jin2017-09-132-33/+72
* Extract IncidentHeaderProto to a separated file for statsd to consumeYi Jin2017-09-071-1/+39
* Implement Pii Stripper Part 3Yi Jin2017-09-072-2/+131
* Implement PII Stripper, part 2Yi Jin2017-09-075-56/+275
* Implement PII stripper in incidentd, part 1Yi Jin2017-08-231-1/+34
* Automatically generate section_list.cpp file from incident.protoYi Jin2017-08-171-0/+6
* Add tests for reporter classYi Jin2017-08-031-0/+197
* This cl implements CommandSection and use it to add procrank.proto SectionYi Jin2017-08-022-9/+61
* Remove useless open modesGeorge Burgess IV2017-07-311-1/+1
* This cl does the following things:Yi Jin2017-07-242-0/+320