Re: [android-developers] Re: How to trace down ANR

2012-04-10 Thread Justin Anderson
Look at the logcat output... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 10, 2012 at 12:43 PM, Panam wrote: > Hi, > > thanks for helping :) > Yes, I am totally aware of what ANR means. For what I can tell by > observing the DDMS thread vie

[android-developers] Re: How to trace down ANR

2012-04-10 Thread Panam
Hi, thanks for helping :) Yes, I am totally aware of what ANR means. For what I can tell by observing the DDMS thread view, there is not much CPU load, it rather seems there is some kind of deadlock. So my impression is that the main thread (or in this case the java.lang.ProcessManager as ther

[android-developers] Re: How to trace down ANR

2012-04-10 Thread Ali Chousein
ANR means, you are blocking the main thread with some heavy calculations. Have you understood what is explained in the following link? http://developer.android.com/guide/practices/design/responsiveness.html - Ali Chousein http://socialnav.blogspot.co