Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdf01e81 authored by Matthew Xie's avatar Matthew Xie Committed by Android Git Automerger
Browse files

am f3381cf1: dump bluedroid kernel status do not merge

* commit 'f3381cf1':
  dump bluedroid kernel status do not merge
parents 987ca0ec f3381cf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);