Loading services/core/java/com/android/server/am/AppErrors.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -312,7 +312,11 @@ class AppErrors { // and then the delayed summary kill will be a no-op. // and then the delayed summary kill will be a no-op. final ProcessRecord p = proc; final ProcessRecord p = proc; mService.mHandler.postDelayed( mService.mHandler.postDelayed( () -> killAppImmediateLocked(p, "forced", "killed for invalid state"), () -> { synchronized (mService) { killAppImmediateLocked(p, "forced", "killed for invalid state"); } }, 5000L); 5000L); } } } } Loading Loading
services/core/java/com/android/server/am/AppErrors.java +5 −1 Original line number Original line Diff line number Diff line Loading @@ -312,7 +312,11 @@ class AppErrors { // and then the delayed summary kill will be a no-op. // and then the delayed summary kill will be a no-op. final ProcessRecord p = proc; final ProcessRecord p = proc; mService.mHandler.postDelayed( mService.mHandler.postDelayed( () -> killAppImmediateLocked(p, "forced", "killed for invalid state"), () -> { synchronized (mService) { killAppImmediateLocked(p, "forced", "killed for invalid state"); } }, 5000L); 5000L); } } } } Loading