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 |
Selim Gurun | a85b7e7 | 2019-06-07 11:01:42 -0700 | [diff] [blame] | 4 | socket car_br_extra_output_socket stream 0660 shell log |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 5 | class core |
| 6 | user shell |
| 7 | group log |
| 8 | disabled |
| 9 | oneshot |
| 10 | |
| 11 | # car-dumpstatez generates a zipped bugreport but also uses a socket to print the file location once |
| 12 | # it is finished. |
Abhijeet Kaur | 8261b79 | 2019-08-29 11:37:00 +0100 | [diff] [blame^] | 13 | service car-dumpstatez /system/bin/dumpstate -S -d -z |
Selim Gurun | c4d7c01 | 2019-05-13 20:27:22 -0700 | [diff] [blame] | 14 | socket dumpstate stream 0660 shell log |
| 15 | class main |
| 16 | disabled |
| 17 | oneshot |