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

Commit 8658e88a 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 am: 3c1c5457

parents 4f931fee 3c1c5457
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);
                }