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

Commit 3c1c5457 authored by Patrick Berny's avatar Patrick Berny Committed by Automerger Merge Worker
Browse files

Merge "Pass package information to reboot bootreason" into main am: b4596695

parents 8a6ced43 b4596695
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);
                }