On Wednesday, September 15, 2010 5:32:01 PM UTC-7, Dan wrote:

> Hi all, 
>
> I've got an application with an alarming number of users reporting 
> force closes. I've tested multiple devices numerous times and never 
>

I have 756 reported case on an install base of 1.5M downloads.
ANR keyDispatchingTimedOut

I can reproduce by creating multiple events at exactly the same time.
E.g. by using gamepad and touchscreen at the same time, or the hardware 
volume button and touch screen at the same time.

In case you are using NDK with the glue code:
I found a work around for the cause of my ANR by changing the glue code.
Here is how to adapt the glue code:
http://ps3computing.blogspot.ca/2012/12/anr-application-not-responding.html

If you are seeing a lot more cases than 1:2000 users, than I think you are 
probably blocking the main thread, and have an issue in your own code base.

  Bram


-- 
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

Reply via email to