summaryrefslogtreecommitdiff
path: root/cmds/incidentd/src
Commit message (Expand)AuthorAgeFilesLines
* Use readUniqueFileDescriptor in incidentd servicePawan Wagh2023-12-141-8/+12
* s/get_interesting_hal_pids/get_interesting_pids.Jayant Chowdhary2022-05-241-1/+1
* incidentd: fix race in waitpid_with_timeoutTim Murray2022-02-231-12/+27
* Merge "Fix Wbitwise-instead-of-logical introduced by clang-r445002" am: 9f165...Pirama Arumuga Nainar2022-01-281-1/+1
|\
| * Fix Wbitwise-instead-of-logical introduced by clang-r445002Pirama Arumuga Nainar2022-01-211-1/+1
* | Increase size limitsRafal Slawik2022-01-122-2/+2
|/
* Close the FD after opening the fileJeffrey Huang2021-03-301-0/+6
* Fix out of bound error of IncidentServiceHoward Ro2020-08-191-0/+4
* 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-153-6/+8
|\|
| * mCallback defined in BringYourOwnSection should be an object instead of a ref...Wenjie Zhou2020-05-143-6/+8
* | Include log/log_read.h for reading logsTom Cherry2020-04-222-2/+1
* | Merge "Fix a race condition on ReportHandler::mBatch" into rvc-dev am: 66639a...Mike Ma2020-03-312-1/+3
|\|
| * Fix a race condition on ReportHandler::mBatchMike Ma2020-03-302-1/+3
* | Merge "Optimize memory usage in incidentd" into rvc-dev am: 06b3aaee39Mike Ma2020-03-247-60/+160
|\|
| * Optimize memory usage in incidentdMike Ma2020-03-237-60/+160
* | Remove ANDROID_LOG_RDONLYTom Cherry2020-03-241-2/+2
|/
* TextDumpsysSection memory optimizationMike Ma2020-03-192-23/+33
* Fix incidentd stack use-after-returnMike Ma2020-03-181-16/+17
* Add an option to zip incident reportMike Ma2020-03-056-35/+203
* Add text dumpsys section to incidentdMike Ma2020-02-232-62/+114
* Public API: Incident report section registrationMike Ma2020-01-211-3/+4
* Incident Report Extension APIMike Ma2020-01-146-63/+181
* Merge "Always use a positive value for timestamp" am: bfe66d9800 am: e7fad0b0...Automerger Merge Worker2019-12-191-1/+1
|\
| * Always use a positive value for timestampjoker.yang2019-12-181-1/+1
| * unique_fd is passed by value in AIDL interfacesJiyong Park2019-12-182-4/+4
| * DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-m...Xin Li2019-10-301-1/+1
| |\
* | | unique_fd is passed by value in AIDL interfacesJiyong Park2019-11-302-4/+4
* | | incidentd: Add missing va_end()Greg Kaiser2019-11-041-0/+1
* | | Add last logcat data to incident reportzhouwenjie2019-11-012-8/+28
* | | Merge "Remove legacy logger_entry_v* structs" am: 4be2934e61 am: 2ff78bb657Tom Cherry2019-10-251-8/+8
|\| | | |/ |/|
| * Remove legacy logger_entry_v* structsTom Cherry2019-10-241-8/+8
* | Merge "Add an API to dump incident report for dumpstate" am: a11beeca12 am: a...Mike Ma2019-09-233-45/+41
|\|
| * Add an API to dump incident report for dumpstateMike Ma2019-09-233-45/+41
* | Merge "Fix integer overflow in make_timestamp_ns_locked" into qt-qpr1-devRoman Kiryanov2019-08-231-1/+1
|\ \ | |/ |/|
| * Fix integer overflow in make_timestamp_ns_lockedRoman Kiryanov2019-08-221-1/+1
* | Adapt to google::protobuf::int64 type changeColin Cross2019-08-141-1/+1
|/
* userdebug: support perfetto traces as a section in incident reportsRyan Savitski2019-06-071-0/+2
* 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-233-3/+3
* Remove encryption from incidentdYao Chen2019-04-3010-467/+23
* Get incidentd cts working again.Joe Onorato2019-04-268-30/+111
* Don't include restricted images in incident reports unless they're specifical...Joe Onorato2019-04-265-21/+46
* Disable incidentd encryption.Yao Chen2019-04-251-1/+5
* Add encryption in incidentd.Yao Chen2019-04-2310-23/+466
* Add metadata and headers to incident reports.Yao Chen2019-04-027-63/+68
* Raise the max section size of an incident report to 24 mbJoe Onorato2019-03-281-1/+1
* incidentd sections for userdebug and eng are compiled outJoe Onorato2019-03-273-23/+27
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-2624-982/+3619