summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-07-11 13:58:17 -0700
committerMatthew Xie <mattx@google.com>2014-07-14 20:53:32 +0000
commitf3381cf1a645f857dccad9a4369ae23054e9d7d4 (patch)
tree70cc6bbc95f0bd38af2fa3bdb4f17e7b8a8ebb3f /cmds
parentb154c42c39c1499c26d88fff8ca642cd86f91098 (diff)
downloadframeworks_native-f3381cf1a645f857dccad9a4369ae23054e9d7d4.zip
frameworks_native-f3381cf1a645f857dccad9a4369ae23054e9d7d4.tar.gz
frameworks_native-f3381cf1a645f857dccad9a4369ae23054e9d7d4.tar.bz2
dump bluedroid kernel status do not merge
Change-Id: I4617f770088f86ceda2caf58bd1fdae81b3e31df (cherry picked from commit ed3b9a09771a79b62fd4a5943d3845e7ceee6a34)
Diffstat (limited to 'cmds')
-rw-r--r--cmds/dumpstate/dumpstate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 528bbfa..36d11fb 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -94,6 +94,7 @@ static void dumpstate() {
dump_file("KERNEL WAKE SOURCES", "/d/wakeup_sources");
dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
dump_file("KERNEL SYNC", "/d/sync");
+ dump_file("KERNEL BLUEDROID", "/d/bluedroid");
run_command("PROCESSES", 10, "ps", "-P", NULL);
run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);