[android-developers] Re: ANR keyDispatchingTimedOut

2012-12-23 Thread Piren
just out of curiosity, are you accessing the internet on the UI thread here: at com.xoise.mancala.Mancala.checkUpdate(Mancala.java:186 ? On Thursday, September 16, 2010 3:32:01 AM UTC+3, Dan wrote: > > Hi all, > > I've got an application with an alarming number of users reporting > force cl

[android-developers] Re: ANR keyDispatchingTimedOut

2012-12-21 Thread Bram Stolk
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 keyDispatchi

[android-developers] Re: ANR keyDispatchingTimedOut on android/com.android.internal.app.RingtonePickerActivity

2011-03-14 Thread Sven
well, i call the RingtonePicker in my preferences in xml more then the above stack i dont have. can it be that at the time it happens the system had a general overload and my app was just used in the wrong moment? On Mar 13, 10:14 pm, Dianne Hackborn wrote: > It is just the stacks of

[android-developers] Re: ANR keyDispatchingTimedOut on android/com.android.internal.app.RingtonePickerActivity

2011-03-13 Thread jtoolsdev
I've seen these when running monkey when with the version of my app that has market licensing. Monkey would stop and dump reporting a crash but nothing is showing on the emulator and the app continues to run just fine. What I've read but not dug into yet is that the thread needs to be set up diff

[android-developers] Re: ANR keyDispatchingTimedOut

2010-09-15 Thread Dan Barnett
I found a fair amount of reading about this in the following links: http://android-developers.blogspot.com/2009/05/painless-threading.html http://stackoverflow.com/questions/704311/android-how-do-i-investigate-an-anr