diff options
author | Emilio López <turl@tuxfamily.org> | 2012-04-22 05:20:44 +0000 |
---|---|---|
committer | Emilio López <turl@tuxfamily.org> | 2012-04-22 05:20:44 +0000 |
commit | 15ac946d489886c9a1451f7ccedc67e144c500e2 (patch) | |
tree | 608c7fc818268ddf0b9b561ce9ffd07c38c951c0 | |
parent | 422ba792736d32d753d2c48fa4afd4e7147d6217 (diff) | |
download | device_samsung_tuna-15ac946d489886c9a1451f7ccedc67e144c500e2.zip device_samsung_tuna-15ac946d489886c9a1451f7ccedc67e144c500e2.tar.gz device_samsung_tuna-15ac946d489886c9a1451f7ccedc67e144c500e2.tar.bz2 |
tuna: disable bugreport
It's too easy to trigger bugreports when wanting to take a
screenshot, let's disable it.
Change-Id: I82c0bccd4cdebda94128fb3d7290afbbc38fb8e2
-rwxr-xr-x | init.tuna.rc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index 129aa3f..37fbc16 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -218,11 +218,12 @@ service iprenew_bnep0 /system/bin/dhcpcd -n oneshot # bugreport is triggered by holding down volume down, volume up and power -service bugreport /system/bin/bugmailer.sh -v - class main - disabled - oneshot - keycodes 114 115 116 +# it's easy to trigger when wanting to take screenshots. let's disable it +#service bugreport /system/bin/bugmailer.sh -v +# class main +# disabled +# oneshot +# keycodes 114 115 116 service battery_charger /charger class charger |