Loading services/core/java/com/android/server/am/ActivityManagerService.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -15498,8 +15498,9 @@ public final class ActivityManagerService extends ActivityManagerNative } } synchronized (this) { synchronized (this) { if (callerApp != null && callerApp.pid == 0) { if (callerApp != null && (callerApp.thread == null // Caller already died || callerApp.thread.asBinder() != caller.asBinder())) { // Original caller already died return null; return null; } } ReceiverList rl ReceiverList rl Loading
services/core/java/com/android/server/am/ActivityManagerService.java +3 −2 Original line number Original line Diff line number Diff line Loading @@ -15498,8 +15498,9 @@ public final class ActivityManagerService extends ActivityManagerNative } } synchronized (this) { synchronized (this) { if (callerApp != null && callerApp.pid == 0) { if (callerApp != null && (callerApp.thread == null // Caller already died || callerApp.thread.asBinder() != caller.asBinder())) { // Original caller already died return null; return null; } } ReceiverList rl ReceiverList rl