lin
2025-08-20 171e08343a9b6df6c31197f5b4800e8004800f5b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
service car-bugreportd /system/bin/car-bugreportd
    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
 
# car-dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
# it is finished.
service car-dumpstatez /system/bin/dumpstate -S -d -z \
        -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
    socket dumpstate stream 0660 shell log
    class main
    disabled
    oneshot