• Home
Name Date Size #Lines LOC

..--

Android.bpD04-Jul-20251.1 KiB4542

OWNERSD04-Jul-202518 21

README.mdD04-Jul-2025333 106

carbugreportd.rcD04-Jul-2025556 1917

main.cppD04-Jul-202516.9 KiB505387

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