• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Dec-2023-

Android.bpH A D12-Dec-20231.1 KiB4542

OWNERSH A D12-Dec-202337 32

README.mdH A D12-Dec-2023333 106

carbugreportd.rcH A D12-Dec-2023542 1816

main.cppH A D12-Dec-202316.9 KiB505386

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