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

Commit b4596695 authored by Patrick Berny's avatar Patrick Berny Committed by Gerrit Code Review
Browse files

Merge "Pass package information to reboot bootreason" into main

parents 5c75a964 079998d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ public class RescueParty {
            @Override
            public void run() {
                try {
                    RecoverySystem.rebootPromptAndWipeUserData(context, TAG);
                    RecoverySystem.rebootPromptAndWipeUserData(context, TAG + "," + failedPackage);
                } catch (Throwable t) {
                    logRescueException(level, failedPackage, t);
                }