How to deal with ANRs?
1. What is ANR?
ANR stands for Application Not Responding, which is the state that your application cannot process user input events or even draw.
The root cause of ANR is when the application’s UI thread has been blocked for too long:
Have a long-r...
trinhlbk.dev4 min read