Added option (-z) to generate a zipfile with the bugreport.
BUG: 22489826 Change-Id: Ic5dabda666991a7c2cd1954a8e989c8b51a64f37
This commit is contained in:
parent
90db8adf1e
commit
49b6048db4
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ service sysinit /system/bin/sysinit
|
|||
disabled
|
||||
|
||||
# bugreport is triggered by holding down volume down, volume up and power
|
||||
service bugreport /system/bin/dumpstate -d -p -B \
|
||||
service bugreport /system/bin/dumpstate -d -p -B -z \
|
||||
-o /data/data/com.android.shell/files/bugreports/bugreport
|
||||
oneshot
|
||||
disabled
|
||||
|
|
Loading…
Reference in a new issue