Fix the DUMPSYS skip. am: 34222565fc
am: 04bb08da3c

* commit '04bb08da3c14bc24ccda7cb76ab146a1a7f80a43':
  Fix the DUMPSYS skip.

Change-Id: Iff57e6aa53fcaa4ad2331b34d84d029d02c0c686
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index cf12dec..bfb3653 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -923,7 +923,7 @@
     printf("== Android Framework Services\n");
     printf("========================================================\n");
 
-    run_command("DUMPSYS", 60, "dumpsys", "-t", "60", "--skip", "meminfo,cpuinfo", NULL);
+    run_command("DUMPSYS", 60, "dumpsys", "-t", "60", "--skip", "meminfo", "cpuinfo", NULL);
 
     printf("========================================================\n");
     printf("== Checkins\n");