diff options
author | Mike Lockwood <lockwood@android.com> | 2010-10-11 21:30:05 -0400 |
---|---|---|
committer | Mike Lockwood <lockwood@android.com> | 2010-10-11 21:30:05 -0400 |
commit | 7a3f491a8f8cf390eb83315ff851a0a781e4c2b5 (patch) | |
tree | 6f1390790bc29da2d269b397e0d50f4f4d3bd730 /init.herring.rc | |
parent | d95d4e85fb93be3d2e39dad25d42e5f1ffa51668 (diff) | |
download | device_samsung_crespo-7a3f491a8f8cf390eb83315ff851a0a781e4c2b5.zip device_samsung_crespo-7a3f491a8f8cf390eb83315ff851a0a781e4c2b5.tar.gz device_samsung_crespo-7a3f491a8f8cf390eb83315ff851a0a781e4c2b5.tar.bz2 |
Change bugreport keychord to volume down + volume up + power
Using only volume down + volume up resulted in too many accidental bugreports
BUG: 3082270
Change-Id: Ic3714393299b1ebadc9fd1ce3a968773b9d3d412
Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc index c744e7e..9ee6cc5 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -124,7 +124,8 @@ service hciattach /system/bin/brcm_patchram_plus -d --enable_hci --enable_lpm \ disabled oneshot +# bugreport is triggered by holding down volume down, volume up and power service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport disabled oneshot - keycodes 114 115 + keycodes 114 115 116 |