summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-11-25 17:36:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-25 17:36:43 +0000
commitbbe43a4cdd0ea9a06d09e451dc256b7de59b5817 (patch)
tree9754529fff55d1232d29db92598ecd09f392dad0
parent6086365e41e0e1656e8bfffdf4b70f897f080994 (diff)
parente8a4dce8169ba5fdcd86a5fc29aa6986de1711b0 (diff)
downloadframeworks_native-bbe43a4cdd0ea9a06d09e451dc256b7de59b5817.zip
frameworks_native-bbe43a4cdd0ea9a06d09e451dc256b7de59b5817.tar.gz
frameworks_native-bbe43a4cdd0ea9a06d09e451dc256b7de59b5817.tar.bz2
am e8a4dce8: Merge "Work on issue #18486438: Reduce size of bugreport output" into lmp-mr1-dev
* commit 'e8a4dce8169ba5fdcd86a5fc29aa6986de1711b0': Work on issue #18486438: Reduce size of bugreport output
-rw-r--r--cmds/dumpstate/dumpstate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index f9942e9..dc1ada0 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -295,9 +295,6 @@ static void dumpstate() {
run_command("FILESYSTEMS & FREE SPACE", 10, "df", NULL);
- run_command("PACKAGE SETTINGS", 20, SU_PATH, "root", "cat", "/data/system/packages.xml", NULL);
- dump_file("PACKAGE UID ERRORS", "/data/system/uiderrors.txt");
-
run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
printf("------ BACKLIGHTS ------\n");