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
This commit is contained in:
parent
c6f30bdee1
commit
3ba7e729a7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user