My IntentService is blocking my UI thread and I wanted to find out
why. So I turned on profiling in the onStartCommand method of the
IntentService and turned it off at the end of the onStartMethod. The
working being done in between is web access with the Apache HTTP
client.

According to the profiler, the onStartCommand method of the
IntentService is running on the main thread, not in a worker thread.
Any idea what could cause this behavior?

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