diff options
author | Dianne Hackborn <hackbod@google.com> | 2014-11-25 17:36:43 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-25 17:36:43 +0000 |
commit | bbe43a4cdd0ea9a06d09e451dc256b7de59b5817 (patch) | |
tree | 9754529fff55d1232d29db92598ecd09f392dad0 | |
parent | 6086365e41e0e1656e8bfffdf4b70f897f080994 (diff) | |
parent | e8a4dce8169ba5fdcd86a5fc29aa6986de1711b0 (diff) | |
download | frameworks_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.c | 3 |
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"); |