From 1f6cbd909079f59c5cb4e3a48d6b8f306836300d Mon Sep 17 00:00:00 2001 From: Guang Zhu Date: Fri, 8 Jul 2011 11:23:03 -0700 Subject: use bugmailer.sh for bugreport it captures bugreport, compresses it and fires an intent to mail it. Change-Id: I8bb451499eefaf139d355ac424af1164ea33ca38 --- init.herring.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1