Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1434a5cc authored by Winson Chung's avatar Winson Chung
Browse files

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
parent ff192d37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1128,7 +1128,7 @@ static void dumpstate() {
    printf("== Running Application Activities\n");
    printf("== Running Application Activities\n");
    printf("========================================================\n");
    printf("========================================================\n");


    RunDumpsys("APP ACTIVITIES", {"activity", "all"});
    RunDumpsys("APP ACTIVITIES", {"activity", "-v", "all"});


    printf("========================================================\n");
    printf("========================================================\n");
    printf("== Running Application Services\n");
    printf("== Running Application Services\n");