From 1434a5ccf5fa91f20f8f145ecdc4303a03cf3a17 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Tue, 28 Feb 2017 17:09:24 -0800 Subject: Updating bugreport to dump only visible activities. - With ag/1947868, all activities will be dumped regardless of their visibility unless otherwise specified. Bug: 35850518 Test: Take bugreport, ensure that only visible activitys are dumped Change-Id: Ifc352989173ec538bd0876d6a13d4af2302ebebb --- cmds/dumpstate/dumpstate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/dumpstate/dumpstate.cpp') diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 3c019ac29e..aa5e970930 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1128,7 +1128,7 @@ static void dumpstate() { printf("== Running Application Activities\n"); printf("========================================================\n"); - RunDumpsys("APP ACTIVITIES", {"activity", "all"}); + RunDumpsys("APP ACTIVITIES", {"activity", "-v", "all"}); printf("========================================================\n"); printf("== Running Application Services\n"); -- cgit v1.2.3-59-g8ed1b