diff options
| author | 2014-11-21 16:39:24 -0800 | |
|---|---|---|
| committer | 2014-11-21 16:41:31 -0800 | |
| commit | 4ba58f69cd91af1921299c585a5ade1a1a7eb8ed (patch) | |
| tree | 65385039e397f9791fbf1203c91f19ef0dfa9a34 | |
| parent | a63caa1983138e561b2b033c5d178636beeb1578 (diff) | |
Work on issue #18486438: Reduce size of bugreport output
Don't put packages.xml in to the output.
Change-Id: I88a682866365886506a003a64deb4a29c16ba21c
| -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 f9942e94ac..dc1ada0873 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"); |