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

Commit 0ed64776 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 1f129a11 8c7f0100
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5255,6 +5255,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) {