blob: 4c405e1d0c69e673ddf9600447fc82846b809e3d [file] [log] [blame]
Selim Gurunc4d7c012019-05-13 20:27:22 -07001service car-bugreportd /system/bin/car-bugreportd
2 socket car_br_progress_socket stream 0660 shell log
3 socket car_br_output_socket stream 0660 shell log
4 class core
5 user shell
6 group log
7 disabled
8 oneshot
9
10# car-dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
11# it is finished.
12service car-dumpstatez /system/bin/dumpstate -S -d -z \
13 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
14 socket dumpstate stream 0660 shell log
15 class main
16 disabled
17 oneshot