Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deede439 authored by Jing Ji's avatar Jing Ji Committed by Android (Google) Code Review
Browse files

Merge "Retain the ANR report on choosing wait/feedback in the ANR dialog"

parents c3859ed4 7a645a5f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -163,7 +163,9 @@ final class AppNotRespondingDialog extends BaseErrorDialog implements View.OnCli

                        synchronized (mService.mProcLock) {
                            errState.setNotResponding(false);
                            errState.setNotRespondingReport(null);
                            // We're not clearing the ANR report here, in case we'd need to report
                            // it again when the ANR dialog shows again.
                            // errState.setNotRespondingReport(null);
                            errState.getDialogController().clearAnrDialogs();
                        }
                        mService.mServices.scheduleServiceTimeoutLocked(app);