The main looper is special, just because you have _a_ looper in _a_ thread
doesn't mean it will now handle all UI interaction.

I'd suggest (the list is clearly out of sequence):

1. Fix the crashes so they don't happen anymore (at least not so much).

2. In your crash handler, forget about touching the UI, rather create a log
file, and include a summary of recent application activity (e.g. a dozen or
so most recent queries, the user's activity, whatever else you think should
be useful).

3. Consider using ACRA as your error reporting solution.

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