I'm analyzing some ANR traces that were reported by users of my
application via Android Market. I have some questions about ANR traces
in general:

How reliable are the traces? Most the traces I have make sense, but
many don't. There is one which doesn't mention any of my code at all,
like it's been created after my application was closed.

Other traces are missing one or more of the permanent threads of my
program. When, and under what circumstances, could a single thread
within a process be killed by the system? Or could my whole
application have been killed, while part of the trace went through
just before?

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to