1service carbugreportd /system/bin/carbugreportd 2 socket car_br_progress_socket stream 0660 shell log 3 socket car_br_output_socket stream 0660 shell log 4 socket car_br_extra_output_socket stream 0660 shell log 5 class core 6 user shell 7 group log 8 disabled 9 oneshot 10 11# cardumpstatez generates a zipped bugreport but also uses a socket to print the file location once 12# it is finished. 13service cardumpstatez /system/bin/dumpstate -S -d -z 14 socket dumpstate stream 0660 shell log 15 class main 16 disabled 17 oneshot 18