I'm getting a stacktrace like this

java.lang.NullPointerException
    at com.myapp.bb.a(Unknown Source)
    at com.myapp.bb.c(Unknown Source)
    at com.myapp.bb.a(Unknown Source)
    at com.myapp.DownloadService.a(Unknown Source)
    at com.myapp.DownloadService.a(Unknown Source)
    at com.myapp.DownloadService.onHandleIntent(Unknown Source)
    at 
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loop(Looper.java:137)
    at android.os.HandlerThread.run(HandlerThread.java:60)



I know about DownloadService class and onHandleIntent callback.

but the ones above that are unknown to me.

Any help?

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to