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

Commit b2a51667 authored by Mike Chan's avatar Mike Chan Committed by Android Git Automerger
Browse files

am 23b3ef82: Merge change I99194df1 into eclair

Merge commit '23b3ef82' into eclair-mr2

* commit '23b3ef82':
  frameworks: base: dumpstate: Dump kernel cpufreq speeds.
parents fc64165e 23b3ef82
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -84,6 +84,8 @@ static void dumpstate(int full) {
        EXEC("dmesg");
        PRINT("------ KERNEL WAKELOCKS ------");
        DUMP("/proc/wakelocks");
        PRINT("------ KERNEL CPUFREQ ------");
        DUMP("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
        PRINT("");
        PRINT("------ PROCESSES ------");
        EXEC1("ps", "-P");