I synchronized the method and it all seems to be working fine now. Thanks
for helping me with this rather obscure error.

On Mar 16, 2009 7:31 PM, "sm1" <sergemas...@gmail.com> wrote:


SimpleDateFormat is known to not be thread-safe, and it's instances
must be either unique to each thread or otherwise be synchronized.

happened to me a while back.

serge

On Mar 16, 7:15 pm, Torgny <torgny.bj...@gmail.com> wrote: > Yeah, the code
is in its own thread. I...

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