Hi,
I have moved some intensive processing from my main thread to a
service. My UI is hanging and then crashing when I start the service,
even if I put the service start in a new thread started via
Thread updateThread = new Thread(null, backgroundRefresh2,
"new_thread");
updateThread.start();
What am I doing wrong? Also, it seems like the cause of the eventual
crash in the service/worker thread doesn't show up in LogCat.
Thanks,
Bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---