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

Commit d4a55954 authored by Mitch Phillips's avatar Mitch Phillips Committed by Gerrit Code Review
Browse files

Merge "Allow AppExitInfoTracker to have multiple ExitInfos per pid." into main

parents 4c70fa92 701a0e7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ message AppsExitInfoProto {

            optional int32 uid = 1;
            repeated .android.app.ApplicationExitInfoProto app_exit_info = 2;
            repeated .android.app.ApplicationExitInfoProto app_recoverable_crash = 3;
            repeated .android.app.ApplicationExitInfoProto app_recoverable_crash = 3 [deprecated=true];
        }
        repeated User users = 2;
    }