Loading cmds/dumpstate/dumpstate.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -944,19 +944,19 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver printf("== Running Application Activities\n"); printf("========================================================\n"); run_command("APP ACTIVITIES", 30, "-t", "30", "dumpsys", "activity", "all", NULL); run_command("APP ACTIVITIES", 30, "dumpsys", "-t", "30", "activity", "all", NULL); printf("========================================================\n"); printf("== Running Application Services\n"); printf("========================================================\n"); run_command("APP SERVICES", 30, "-t", "30", "dumpsys", "activity", "service", "all", NULL); run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "service", "all", NULL); printf("========================================================\n"); printf("== Running Application Providers\n"); printf("========================================================\n"); run_command("APP SERVICES", 30, "-t", "30", "dumpsys", "activity", "provider", "all", NULL); run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL); printf("========================================================\n"); Loading Loading
cmds/dumpstate/dumpstate.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -944,19 +944,19 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver printf("== Running Application Activities\n"); printf("========================================================\n"); run_command("APP ACTIVITIES", 30, "-t", "30", "dumpsys", "activity", "all", NULL); run_command("APP ACTIVITIES", 30, "dumpsys", "-t", "30", "activity", "all", NULL); printf("========================================================\n"); printf("== Running Application Services\n"); printf("========================================================\n"); run_command("APP SERVICES", 30, "-t", "30", "dumpsys", "activity", "service", "all", NULL); run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "service", "all", NULL); printf("========================================================\n"); printf("== Running Application Providers\n"); printf("========================================================\n"); run_command("APP SERVICES", 30, "-t", "30", "dumpsys", "activity", "provider", "all", NULL); run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL); printf("========================================================\n"); Loading