summaryrefslogtreecommitdiff
path: root/cmds/incidentd/src/Section.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/get_interesting_hal_pids/get_interesting_pids.Jayant Chowdhary2022-05-241-1/+1
* Merge "Fix a lambda capture problem in TextDumpsysSection" into rvc-dev am: 3...TreeHugger Robot2020-06-051-3/+4
|\
| * Fix a lambda capture problem in TextDumpsysSectionMike Ma2020-06-051-3/+4
* | Merge "mCallback defined in BringYourOwnSection should be an object instead o...Wenjie Zhou2020-05-151-1/+3
|\|
| * mCallback defined in BringYourOwnSection should be an object instead of a ref...Wenjie Zhou2020-05-141-1/+3
* | Include log/log_read.h for reading logsTom Cherry2020-04-221-1/+0
|/
* Fix a race condition on ReportHandler::mBatchMike Ma2020-03-301-1/+1
* Optimize memory usage in incidentdMike Ma2020-03-231-38/+77
* TextDumpsysSection memory optimizationMike Ma2020-03-191-21/+31
* Fix incidentd stack use-after-returnMike Ma2020-03-181-16/+17
* Add text dumpsys section to incidentdMike Ma2020-02-231-61/+97
* Incident Report Extension APIMike Ma2020-01-141-7/+23
* incidentd: Add missing va_end()Greg Kaiser2019-11-041-0/+1
* Add last logcat data to incident reportzhouwenjie2019-11-011-7/+23
* Remove legacy logger_entry_v* structsTom Cherry2019-10-241-8/+8
* userdebug: support perfetto traces as a section in incident reportsRyan Savitski2019-06-071-0/+2
* Don't include restricted images in incident reports unless they're specifical...Joe Onorato2019-04-261-0/+9
* incidentd sections for userdebug and eng are compiled outJoe Onorato2019-03-271-8/+9
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-261-220/+31
* Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e...Chih-hung Hsieh2018-12-211-1/+1
|\
| * Fix/suppress incident* google-explicit-constructor warningsChih-Hung Hsieh2018-12-201-1/+1
| * Handling potential SIGPIPE signals.Kweku Adams2018-09-181-3/+25
| * Adding batterystats history to proto dump.Kweku Adams2018-05-071-7/+10
| * Merge "Add a section flag to bypass failure if a specific path can't be found...Yi Jin2018-05-021-4/+6
| |\
| | * Add a section flag to bypass failure if a specific path can't be found.Yi Jin2018-05-021-4/+6
* | | Refine incidentd error handling and loggingMike Ma2018-12-051-34/+52
* | | Handling potential SIGPIPE signals.Kweku Adams2018-09-131-3/+25
* | | Treating all FileSection files as device specific.Kweku Adams2018-06-131-7/+7
* | | Adding batterystats history to proto dump.Kweku Adams2018-05-071-7/+10
* | | Merge "Preventing zombie process creation." into pi-dev am: ca6f36532dandroid-build-team Robot2018-05-021-0/+5
|\| |
| * | Preventing zombie process creation.Kweku Adams2018-04-241-0/+5
* | | Add a section flag to bypass failure if a specific path can't be found.Yi Jin2018-05-011-4/+6
* | | Make the logging more concise.Yi Jin2018-04-201-74/+34
|/ /
* | Merge "Free allocated varargs" into pi-devTreeHugger Robot2018-04-171-1/+1
|\ \
| * | Free allocated varargsYi Jin2018-04-171-2/+2
| |/
* / Fix incidentd skip collecting timedout of a section.Yi Jin2018-04-161-11/+14
|/
* Use modern c++ code style for incidentd.Yi Jin2018-03-301-4/+11
* Merge "Use unique_fd with the clear ownership." into pi-devYi Jin2018-03-301-8/+9
|\
| * Use unique_fd with the clear ownership.Yi Jin2018-03-281-8/+9
* | Enable Last Kmsg, also fix the GZipSection test.Yi Jin2018-03-291-2/+4
|/
* Merge "Found out it is not possible to exec procrank as non-root/shell. But i...TreeHugger Robot2018-03-281-59/+19
|\
| * Found out it is not possible to exec procrank as non-root/shell.Yi Jin2018-03-271-59/+19
* | Fix apct test.Yi Jin2018-03-231-3/+3
|/
* Fix the test failure of LogSection, don't consider read log msg error asYi Jin2018-03-161-7/+7
* Wrap fd with unique_fd so it won't leak.Yi Jin2018-03-141-51/+30
* Optimize incidentd memory usageYi Jin2018-03-071-10/+35
* Dumping stack traces to proto.Kweku Adams2018-03-071-5/+145
* Use uint64_t instead of long long as API type for consistent reason.Yi Jin2018-03-051-3/+3
* Implement a new section to attach LAST_KMSG to incident reportYi Jin2018-02-271-58/+108
* Throttler for incidentd based on size putting into dropbox.Yi Jin2018-02-201-1/+3