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

Commit 4835c17b authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 1e122850: Merge "Fix issue #6609383: java.lang.SecurityException: Requires..." into jb-dev

* commit '1e122850':
  Fix issue #6609383: java.lang.SecurityException: Requires...
parents f671e430 1e122850
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -6645,7 +6645,12 @@ public final class ActivityManagerService extends ActivityManagerNative
            // death notification...  just a bit prematurely.
            Slog.i(TAG, "Process " + proc.processName + " (pid " + proc.pid
                    + ") early provider death");
            final long ident = Binder.clearCallingIdentity();
            try {
                appDiedLocked(proc, proc.pid, proc.thread);
            } finally {
                Binder.restoreCallingIdentity(ident);
            }
        }
    }