summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Parks <jparks@google.com>2015-10-12 15:39:58 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-12 15:39:58 +0000
commit7b2b968db484118668b70d040464f379a7e9e915 (patch)
tree2971ae2d714f905ecbe7f6be631c15c7e5c55276
parent98d740d7d2546fae9887e5304d6a3afc8cadff8d (diff)
parent33c3c1bd71de8a903b6a07f0b1c4f2f670313778 (diff)
downloadframeworks_native-7b2b968db484118668b70d040464f379a7e9e915.zip
frameworks_native-7b2b968db484118668b70d040464f379a7e9e915.tar.gz
frameworks_native-7b2b968db484118668b70d040464f379a7e9e915.tar.bz2
am 33c3c1bd: Merge "Revert "do not dumpstate raft BUG: 24159112"" into cw-e-dev
* commit '33c3c1bd71de8a903b6a07f0b1c4f2f670313778': Revert "do not dumpstate raft BUG: 24159112"
-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) {