Merge commit 'b2a5166704ae76cc468b49710d4c967b58112359' into eclair-mr2-plus-aosp * commit 'b2a5166704ae76cc468b49710d4c967b58112359': frameworks: base: dumpstate: Dump kernel cpufreq speeds.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user