[android-developers] Android not responding(ANR) is there in which file.

2011-08-24 Thread Nireesha Yarlagadda
Which file actually contain ANR -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Android not responding(ANR) is there in which file.

2011-08-24 Thread Mark Murphy
Use adb logcat, DDMS, or the DDMS perspective in Eclipse. IIRC, there should be a stack trace that will indicate where the ANR occurred. If not (it has been a very long time since I got an ANR and did not know what caused it), you may have to sprinkle Log statements or breakpoints in your code to