Is there a way to get notified when your app triggers an ANR (Application Not Responding)? Similar to the default exception handler?
In anticipation of the “what would you do with it” answers, just logging. Not “doing” anything.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Unlike exceptions that occur within your process’s VM that you can catch, the ANR is generated by a system watchdog, outside your VM. Google offers info on triggers and avoidance