You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
542 B
18 lines
542 B
service carbugreportd /system/bin/carbugreportd
|
|
socket car_br_progress_socket stream 0660 shell log
|
|
socket car_br_output_socket stream 0660 shell log
|
|
socket car_br_extra_output_socket stream 0660 shell log
|
|
class core
|
|
user shell
|
|
group log
|
|
disabled
|
|
oneshot
|
|
|
|
# cardumpstatez generates a zipped bugreport but also uses a socket to print the file location once
|
|
# it is finished.
|
|
service cardumpstatez /system/bin/dumpstate -S -d -z
|
|
socket dumpstate stream 0660 shell log
|
|
class main
|
|
disabled
|
|
oneshot
|