
Detecting and Fixing ANR in Android Apps.
Any developer who has ever written an Android app must have faced the age old issue of 'App Not Responding' popularly known by the acronym ANR. ANRs are UI/Main thread blocks that prevail for more than 5000 milliseconds. Fixing ANRs require three steps much like any other issue. 1. Get to know the existence of the issue. 2. Get accurate data points to identify the root cause of the issue. 3. Get the issue fixed and release a patch version fast.












