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

Commit 000017be authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "dumpstate: add dropbox crashes to bugreport" into oc-dev

am: 77e270d0

Change-Id: I5ae4acc8377c87c4a581929f81899a1693f602d7
parents fc337761 77e270d0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1152,6 +1152,13 @@ static void dumpstate() {

    RunDumpsys("APP PROVIDERS", {"activity", "provider", "all"});

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

    RunDumpsys("DROPBOX SYSTEM SERVER CRASHES", {"dropbox", "-p", "system_server_crash"});
    RunDumpsys("DROPBOX SYSTEM APP CRASHES", {"dropbox", "-p", "system_app_crash"});

    // DumpModemLogs adds the modem logs if available to the bugreport.
    // Do this at the end to allow for sufficient time for the modem logs to be
    // collected.