From 3ba7e729a7680d397113d3289fe1aae50463d56b Mon Sep 17 00:00:00 2001 From: Sharvil Nanavati Date: Fri, 12 Jun 2015 11:35:24 -0700 Subject: 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 --- cmds/dumpstate/dumpstate.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmds') 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); -- cgit v1.1