The RestAdapter class leans on AsyncTask to handle networking. This makes it very easy to work with Activities in the UI, but it means that calls made off the UI thread (such as from a service) don't work correctly. Specifically, the callback will be fired on the UI thread.
*If the UI thread is blocked the callback will not happen.*
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira