summaryrefslogtreecommitdiff
path: root/cmds/incidentd/src/IncidentService.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use readUniqueFileDescriptor in incidentd servicePawan Wagh2023-12-141-8/+12
* Increase size limitsRafal Slawik2022-01-121-1/+1
* Fix out of bound error of IncidentServiceHoward Ro2020-08-191-0/+4
* mCallback defined in BringYourOwnSection should be an object instead of a ref...Wenjie Zhou2020-05-141-4/+4
* Fix a race condition on ReportHandler::mBatchMike Ma2020-03-301-0/+2
* Public API: Incident report section registrationMike Ma2020-01-211-3/+4
* Incident Report Extension APIMike Ma2020-01-141-4/+51
* unique_fd is passed by value in AIDL interfacesJiyong Park2019-11-301-2/+2
* Add an API to dump incident report for dumpstateMike Ma2019-08-221-42/+37
* Do not include specific_mention sections in bugreports either.Joe Onorato2019-06-051-1/+2
* Increase the size limit of incident reports.Yao Chen2019-05-231-1/+1
* Get incidentd cts working again.Joe Onorato2019-04-261-22/+26
* Add metadata and headers to incident reports.Yao Chen2019-04-021-8/+14
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-261-80/+226
* Remove deprecated cutils/log.hMike Ma2018-12-061-1/+1
* Refine incidentd error handling and loggingMike Ma2018-12-051-5/+3
* Implement dumpsys for incident serviceMike Ma2018-12-031-0/+42
* Incidentd: Fix switch break warningsBookatz2018-11-141-2/+4
* Add kernel version to incident reportYi Jin2018-06-221-2/+16
* Use modern c++ code style for incidentd.Yi Jin2018-03-301-4/+9
* Use unique_fd with the clear ownership.Yi Jin2018-03-281-2/+1
* Wrap fd with unique_fd so it won't leak.Yi Jin2018-03-141-1/+2
* Optimize incidentd memory usageYi Jin2018-03-071-2/+1
* Throttler for incidentd based on size putting into dropbox.Yi Jin2018-02-201-6/+28
* This cl formats incidentd and makes it easier for debugging.Yi Jin2018-02-151-79/+165
* Allow statsd_config be able to set destination value AUTO/EXPLICIT.Yi Jin2018-02-061-5/+10
* Add more information to incident header. Especially add config keysYi Jin2018-01-211-3/+8
* Fix permissions problems of incidentd.Yi Jin2018-01-171-6/+21
* Add tests for reporter classYi Jin2017-08-031-2/+1
* First checkin of incident reporting.Joe Onorato2016-12-151-0/+244