On Tue, Jul 13, 2010 at 12:30 PM, Frank Weiss <fewe...@gmail.com> wrote:
> I suppose you might also try just catching the IllegalStateException > which would occur if not a UI thread AFAIK.. > You can't trust this will actually be shown. We try to show it when we do detect a bad thread is entering the view hierarchy; however the view hierarchy is not multi-thread safe so once you stick another thread in there, it is undefined what will happen (except it probably won't be good). Also the thread could well have modified some critical state in a bad way before it ever figured out to throw the exception. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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