timestamp field in ApplicationErrorReport was not getting intitialized on ANRs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user