I'm running Instrumentation in android which calls a view which takes a long time to update. In doing so, the ANR dialog box pops up, which interferes with the instrumentation which terminates with a WIN-DEATH message on the logcat. As far as my knowledge goes, there is no way for the instrumentation to acces the ANR, so I was wondering if there is any alternative way to turn it off/ increase the timeout period/ create a thread to handle the ANR, if so the interface that the thread would need to access.
Thanks in advance.
-Jay
