Merge "Remove Bluedroid kernel dump from dumpstate." into mnc-dev

This commit is contained in:
Sharvil Nanavati 2015-06-12 21:30:02 +00:00 committed by Android (Google) Code Review
commit 94a9875f75
1 changed files with 0 additions and 1 deletions

View File

@ -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);