Loading services/core/java/com/android/server/am/ActivityManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -7552,7 +7552,12 @@ public class ActivityManagerService extends IActivityManager.Stub // how to test this case.) if (cpr.proc.killed && cpr.proc.killedByAm) { checkTime(startTime, "getContentProviderImpl: before appDied (killedByAm)"); final long iden = Binder.clearCallingIdentity(); try { appDiedLocked(cpr.proc); } finally { Binder.restoreCallingIdentity(iden); } checkTime(startTime, "getContentProviderImpl: after appDied (killedByAm)"); } } Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +6 −1 Original line number Diff line number Diff line Loading @@ -7552,7 +7552,12 @@ public class ActivityManagerService extends IActivityManager.Stub // how to test this case.) if (cpr.proc.killed && cpr.proc.killedByAm) { checkTime(startTime, "getContentProviderImpl: before appDied (killedByAm)"); final long iden = Binder.clearCallingIdentity(); try { appDiedLocked(cpr.proc); } finally { Binder.restoreCallingIdentity(iden); } checkTime(startTime, "getContentProviderImpl: after appDied (killedByAm)"); } } Loading