19 lines
624 B
Text
19 lines
624 B
Text
on boot
|
|
# Allow bugreports access to eMMC 5.0 stats
|
|
chown root mount /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
|
|
chmod 0440 /sys/kernel/debug/mmc0/mmc0:0001/ext_csd
|
|
|
|
service dumpstate /system/bin/dumpstate -s
|
|
class main
|
|
socket dumpstate stream 0660 shell log
|
|
disabled
|
|
oneshot
|
|
|
|
# dumpstatez generates a zipped bugreport but also uses a socket to print the file location once
|
|
# it is finished.
|
|
service 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
|