Hi,
I'm trying to create an ANR message by having a loop counting from 0 to Integer.MAX_VALUE inside a button click handler. I'm however, not getting ANR message. The UI just hangs till the loop terminates( for around 40-45 seconds). I'm running this on emulator. Am I missing something here?
I'm trying to create an ANR message by having a loop counting from 0 to Integer.MAX_VALUE inside a button click handler. I'm however, not getting ANR message. The UI just hangs till the loop terminates( for around 40-45 seconds). I'm running this on emulator. Am I missing something here?