diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-11-08 18:01:12 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-11-08 18:01:12 +0700 |
commit | e92519a5105e599d6ce69950797ae8bd6866530e (patch) | |
tree | 22624ad000821248217e62b25d092dfb085f03d5 | |
parent | a15df946f7df3737c31d5587115b34e931d95123 (diff) | |
download | device_samsung_aries-common-e92519a5105e599d6ce69950797ae8bd6866530e.zip device_samsung_aries-common-e92519a5105e599d6ce69950797ae8bd6866530e.tar.gz device_samsung_aries-common-e92519a5105e599d6ce69950797ae8bd6866530e.tar.bz2 |
aries-common: Disable bugreport
No one uses it anyway and the process has been reported to
make the phone unresponsive
Change-Id: I67a61f5006b83129ec86502b8253107b4e843647
-rw-r--r-- | init.aries.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/init.aries.rc b/init.aries.rc index a9bcc64..83f0c29 100644 --- a/init.aries.rc +++ b/init.aries.rc @@ -207,11 +207,11 @@ 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 - class main - disabled - oneshot - keycodes 114 115 116 +# service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport +# class main +# disabled +# oneshot +# keycodes 114 115 116 service orientationd /system/vendor/bin/orientationd class late_start |