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

Commit bae1f61c authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by android-build-merger
Browse files

Use mContext directly am: dd373761 am: a501523d

am: d7080971

Change-Id: I7771e8619f5087ecdfbecec475684c58c2e7a371
parents 0b7eef0e d7080971
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5267,7 +5267,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            storageManager.commitChanges();
        } catch (Exception e) {
            PowerManager pm = (PowerManager)
                     mInjector.getContext().getSystemService(Context.POWER_SERVICE);
                     mContext.getSystemService(Context.POWER_SERVICE);
            pm.reboot("Checkpoint commit failed");
        }