Loading services/java/com/android/server/am/AppNotRespondingDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,8 @@ class AppNotRespondingDialog extends BaseErrorDialog { ProcessRecord app = mProc; if (msg.what == WAIT_AND_REPORT) { appErrorIntent = mService.createAppErrorIntentLocked(app, 0, null); appErrorIntent = mService.createAppErrorIntentLocked(app, System.currentTimeMillis(), null); } app.notResponding = false; Loading Loading
services/java/com/android/server/am/AppNotRespondingDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,8 @@ class AppNotRespondingDialog extends BaseErrorDialog { ProcessRecord app = mProc; if (msg.what == WAIT_AND_REPORT) { appErrorIntent = mService.createAppErrorIntentLocked(app, 0, null); appErrorIntent = mService.createAppErrorIntentLocked(app, System.currentTimeMillis(), null); } app.notResponding = false; Loading