On Tue, Nov 9, 2010 at 8:56 PM, Bret Foreman <[email protected]> wrote: > My test machine is on the slow side and so the AVD sometimes runs > considerably slower than a real phone. Slow enough, in fact, that some > UI operations throw an ANR when my app has a lot of background > activity going on (ANRs that I never see when testing on real > hardware). I'd like to adjust the ANR time to account for the slow > AVD. Is there a way to do that?
If you compile your own firmware, sure. There's no API to modify it -- if there were, we'd have scores of developers jacking up the ANR timeout in production. I'm not aware that there's a config file setting or anything specifically for the emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

