Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 1 | service 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. |
| 12 | service 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 |