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

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

Merge "Use mContext directly, and enforce via logging" into qt-qpr1-dev

am: 0ed64776

Change-Id: I2b138ee6c466144f7d4beb4770c9936878f33e8f
parents 88079b33 0ed64776
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5263,6 +5263,9 @@ public class ActivityManagerService extends IActivityManager.Stub
        // Inform checkpointing systems of success
        try {
            // This line is needed to CTS test for the correct exception handling
            // See b/138952436#comment36 for context
            Slog.i(TAG, "About to commit checkpoint");
            IStorageManager storageManager = PackageHelper.getStorageManager();
            storageManager.commitChanges();
        } catch (Exception e) {