Loading services/core/java/com/android/server/am/AppErrors.java +2 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,8 @@ class AppErrors { } } mService.mOomAdjuster.mCachedAppOptimizer.unfreezeProcess(initialPid, CachedAppOptimizer.UNFREEZE_REASON_PROCESS_END); proc.scheduleCrashLocked(message, exceptionTypeId, extras); if (force) { // If the app is responsive, the scheduled crash will happen as expected Loading Loading
services/core/java/com/android/server/am/AppErrors.java +2 −0 Original line number Diff line number Diff line Loading @@ -534,6 +534,8 @@ class AppErrors { } } mService.mOomAdjuster.mCachedAppOptimizer.unfreezeProcess(initialPid, CachedAppOptimizer.UNFREEZE_REASON_PROCESS_END); proc.scheduleCrashLocked(message, exceptionTypeId, extras); if (force) { // If the app is responsive, the scheduled crash will happen as expected Loading