You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app, I made the app to cause the ANR by following code on tap of a button:
int i = 0;
while(true){
i++; // this will cause anr
}
The above code causes the ANR, app also shows the anr dialog (basically, app not responding, wait or close the app), but the problem is ANRWatchDog isn't able to detect the anr sometimes, sometimes it does.
Please have a look at the above issue reported and let me know.
Thanks!
The text was updated successfully, but these errors were encountered:
I've updated the demo app to demo infinite loop.
I've tried 10 times in the emulator, and the ANR has been caught by the lib every single time.
I have no freaking idea how to replicate what you are describing.
I have an app, I made the app to cause the ANR by following code on tap of a button:
The above code causes the ANR, app also shows the anr dialog (basically, app not responding, wait or close the app), but the problem is
ANRWatchDog
isn't able to detect the anr sometimes, sometimes it does.Please have a look at the above issue reported and let me know.
Thanks!
The text was updated successfully, but these errors were encountered: