It is indeed a harmless error. We shut down the handler thread when onDestroy() is called, and Handler can detect when a thread is dead (as you just experienced).
However, as you also noted, we should indeed be swallowing that exception to avoid cluttering the logs. I've opened a bug here:
--
Trevor Johns
On Mon, Aug 2, 2010 at 7:49 AM, Pent <tasker@dinglisch.net> wrote:
Hate to do it but... bump since it was the weekend.
Any support from Google on a just-released library ?
Pent
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment