summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Parks <jparks@google.com>2015-10-12 15:34:47 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-12 15:34:47 +0000
commit33c3c1bd71de8a903b6a07f0b1c4f2f670313778 (patch)
tree2971ae2d714f905ecbe7f6be631c15c7e5c55276
parent94973aeb1961c5a07a5288ec56c7f79ab658bb8d (diff)
parent31baf8d3c2833d13056b0be679f66ed0e53c8d26 (diff)
downloadframeworks_native-33c3c1bd71de8a903b6a07f0b1c4f2f670313778.zip
frameworks_native-33c3c1bd71de8a903b6a07f0b1c4f2f670313778.tar.gz
frameworks_native-33c3c1bd71de8a903b6a07f0b1c4f2f670313778.tar.bz2
Merge "Revert "do not dumpstate raft BUG: 24159112"" into cw-e-dev
-rw-r--r--cmds/dumpstate/dumpstate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 59c1d12..713634c 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -351,8 +351,7 @@ static void dumpstate() {
run_command("LOG STATISTICS", 10, "logcat", "-b", "all", "-S", NULL);
- // raft disabled as per http://b/24159112
- // run_command("RAFT LOGS", 300, SU_PATH, "root", "logcompressor", "-r", RAFT_DIR, NULL);
+ run_command("RAFT LOGS", 300, SU_PATH, "root", "logcompressor", "-r", RAFT_DIR, NULL);
/* show the traces we collected in main(), if that was done */
if (dump_traces_path != NULL) {