OSDN Git Service

Fix the DUMPSYS skip.
authorWei Liu <luciferleo@google.com>
Thu, 19 May 2016 20:59:01 +0000 (13:59 -0700)
committerWei Liu <luciferleo@google.com>
Fri, 20 May 2016 01:04:38 +0000 (01:04 +0000)
b/28869921

Change-Id: Idc108b2d3cfd237f459467a3c399a0ba5e248d24

cmds/dumpstate/dumpstate.cpp

index 16514c3..5f698a9 100644 (file)
@@ -892,7 +892,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
     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");