diff options
author | Guang Zhu <guangzhu@google.com> | 2011-07-08 11:23:03 -0700 |
---|---|---|
committer | Guang Zhu <guangzhu@google.com> | 2011-07-08 13:13:39 -0700 |
commit | 1f6cbd909079f59c5cb4e3a48d6b8f306836300d (patch) | |
tree | 896ed73bb1a0c52e7d69b29e7283a8a88c64db79 | |
parent | dccc926ac93cf446ef43380b59aeeaf060129239 (diff) | |
download | device_samsung_crespo-1f6cbd909079f59c5cb4e3a48d6b8f306836300d.zip device_samsung_crespo-1f6cbd909079f59c5cb4e3a48d6b8f306836300d.tar.gz device_samsung_crespo-1f6cbd909079f59c5cb4e3a48d6b8f306836300d.tar.bz2 |
use bugmailer.sh for bugreport
it captures bugreport, compresses it and fires an intent to mail it.
Change-Id: I8bb451499eefaf139d355ac424af1164ea33ca38
-rwxr-xr-x | init.herring.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.herring.rc b/init.herring.rc index 7c9a226..85fa312 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -142,7 +142,7 @@ service hciattach /system/bin/brcm_patchram_plus --enable_hci --enable_lpm \ oneshot # bugreport is triggered by holding down volume down, volume up and power -service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport +service bugreport /system/bin/bugmailer.sh -v class main disabled oneshot |