Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Android.bp | D | 03-May-2024 | 1.1 KiB | 45 | 42 | |
OWNERS | D | 03-May-2024 | 37 | 3 | 2 | |
README.md | D | 03-May-2024 | 333 | 10 | 6 | |
carbugreportd.rc | D | 03-May-2024 | 542 | 18 | 16 | |
main.cpp | D | 03-May-2024 | 16.9 KiB | 505 | 387 |
README.md
1# carbugreportd 2 3Android Automotive OS only service. Please use `CarBugreportManager` API. 4 5It takes bugreport, appends car specific files and then proxies them to 6`CarBugreportManagerService`. 7 8To start, set the value of the system property `ctl.start` to `carbugreportd`, 9e.g. `SystemProperties.set("ctl.start", "carbugreportd");` 10