Loading services/core/java/com/android/server/am/ActiveServices.java +3 −1 Original line number Diff line number Diff line Loading @@ -9191,9 +9191,11 @@ public final class ActiveServices { } else { synchronized (mAm.mPidsSelfLocked) { callerApp = mAm.mPidsSelfLocked.get(callingPid); if (callerApp != null) { caller = callerApp.getThread(); } } } if (callerApp == null) { throw new SecurityException( "Unable to find app for caller " + caller Loading Loading
services/core/java/com/android/server/am/ActiveServices.java +3 −1 Original line number Diff line number Diff line Loading @@ -9191,9 +9191,11 @@ public final class ActiveServices { } else { synchronized (mAm.mPidsSelfLocked) { callerApp = mAm.mPidsSelfLocked.get(callingPid); if (callerApp != null) { caller = callerApp.getThread(); } } } if (callerApp == null) { throw new SecurityException( "Unable to find app for caller " + caller Loading