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

Commit cfc33d41 authored by Junda Liu's avatar Junda Liu
Browse files

Fix typo in dump cmd line.

Bug: b/29342758
Change-Id: Ic9ac15a2ade08a2cd21721721af357aa75a35ca5
parent 4931fb29
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -955,7 +955,7 @@ static void dumpstate(const std::string& screenshot_path, const std::string& ver
    printf("== Running Application Providers\n");
    printf("== Running Application Providers\n");
    printf("========================================================\n");
    printf("========================================================\n");


    run_command("APP SERVICES", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL);
    run_command("APP PROVIDERS", 30, "dumpsys", "-t", "30", "activity", "provider", "all", NULL);




    printf("========================================================\n");
    printf("========================================================\n");