diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-10 23:28:57 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-05-10 23:28:57 +0200 |
commit | 67184868ad1532067c1435d2f2abaf84e3b6e8ef (patch) | |
tree | 71afae3cc57cab49227f677ee9bd601e561e87cd /rootdir | |
parent | 29f022b6822ff29e209df88251da6c7b09ae8c4e (diff) | |
download | device_samsung_tuna-67184868ad1532067c1435d2f2abaf84e3b6e8ef.zip device_samsung_tuna-67184868ad1532067c1435d2f2abaf84e3b6e8ef.tar.gz device_samsung_tuna-67184868ad1532067c1435d2f2abaf84e3b6e8ef.tar.bz2 |
Get rid of dumpstate
Adapted from Paul's Replicant 4.2 commit:
commit 153e49419135117f06c7c366c79f78ffd5fbf3ef
Author: Paul Kocialkowski <contact@paulk.fr>
Date: Tue Dec 31 19:39:22 2013 +0100
Get rid of dumpstate
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.tuna.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index c3299e4..cb0749c 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -229,14 +229,6 @@ service iprenew_eth0 /system/bin/dhcpcd -n disabled oneshot -# bugreport is triggered by holding down volume down, volume up and power -service bugreport /system/bin/dumpstate -d -p -B \ - -o /data/data/com.android.shell/files/bugreports/bugreport - class main - disabled - oneshot - keycodes 114 115 116 - service battery_charger /sbin/healthd -c class charger critical |