From 85aea748861b5665e68b786b55f1c798f56fc0da Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 8 Aug 2012 15:32:02 -0700 Subject: [PATCH] add /d/sync to dumpstate Change-Id: I24f8f3e0420c2198ae3981fc067fb660898655e8 --- cmds/dumpstate/dumpstate.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index 218ff0708..4bb05c42b 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -90,6 +90,7 @@ static void dumpstate() { dump_file("KERNEL WAKELOCKS", "/proc/wakelocks"); 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"); run_command("PROCESSES", 10, "ps", "-P", NULL); run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);