summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorSharvil Nanavati <sharvil@google.com>2015-06-12 11:35:24 -0700
committerSharvil Nanavati <sharvil@google.com>2015-06-12 11:35:24 -0700
commit3ba7e729a7680d397113d3289fe1aae50463d56b (patch)
tree5f816df85f1c7df3c1ec1ca1e71bf175374a1112 /cmds
parentc6f30bdee1f634eb90d68cb76efe935b6535a1e8 (diff)
downloadframeworks_native-3ba7e729a7680d397113d3289fe1aae50463d56b.zip
frameworks_native-3ba7e729a7680d397113d3289fe1aae50463d56b.tar.gz
frameworks_native-3ba7e729a7680d397113d3289fe1aae50463d56b.tar.bz2
Remove Bluedroid kernel dump from dumpstate.
Bluedroid doesn't have much of a kernel component and no devices expose a bluedroid node in debugfs. Change-Id: I5600e88c543a109257d95591704a8f2a7261dfdc
Diffstat (limited to 'cmds')
-rw-r--r--cmds/dumpstate/dumpstate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 95c49cf..d1451e8 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -210,7 +210,6 @@ 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);