summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen Ramaraj <nramaraj@codeaurora.org>2015-08-18 15:13:23 -0700
committerThierry Strudel <tstrudel@google.com>2015-08-20 00:00:46 -0700
commit78bb9018713afbe7f8bb393202d365c3b8b196f3 (patch)
tree85639ff5e9c09790d3b804238bf0bf123232b48a
parent4981cd265fc5ede7e9fcbdd832ec79e2c9f46c98 (diff)
downloadhammerhead-78bb9018713afbe7f8bb393202d365c3b8b196f3.tar.gz
hammerhead: Capture RPM master stats in bugreport
Bug: 22930627 Change-Id: I365ddc801c15b0dfc06ba58e664fb9f4eda3903b
-rw-r--r--dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpstate/dumpstate.c b/dumpstate/dumpstate.c
index 6ac640d..7b895d6 100644
--- a/dumpstate/dumpstate.c
+++ b/dumpstate/dumpstate.c
@@ -26,6 +26,7 @@ void dumpstate_board()
dump_file("SMD PKT Log", "/d/ipc_logging/smd_pkt/log");
dump_file("IPC Router Log", "/d/ipc_logging/ipc_router/log");
run_command("ION HEAPS", 5, SU_PATH, "root", "/system/bin/sh", "-c", "for f in $(ls /d/ion/*); do echo $f; cat $f; done", NULL);
+ dump_file("RPM Master Stats", "/d/rpm_master_stats");
dump_file("RPM stats", "/d/rpm_stats");
run_command("RPM log", 5, SU_PATH, "root", "/system/bin/sh", "-c", "head -1024 /d/rpm_log", NULL);
};