OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63caa1
)
Work on issue #18486438: Reduce size of bugreport output
author
Dianne Hackborn
<hackbod@google.com>
Sat, 22 Nov 2014 00:39:24 +0000
(16:39 -0800)
committer
Dianne Hackborn
<hackbod@google.com>
Sat, 22 Nov 2014 00:41:31 +0000
(16:41 -0800)
Don't put packages.xml in to the output.
Change-Id: I88a682866365886506a003a64deb4a29c16ba21c
cmds/dumpstate/dumpstate.c
patch
|
blob
|
history
diff --git
a/cmds/dumpstate/dumpstate.c
b/cmds/dumpstate/dumpstate.c
index
f9942e9
..
dc1ada0
100644
(file)
--- 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");