-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
This crash happens often for our users but I can't seem to repro it. The crash seems to have only started happening after we started using Picasso to load contact images. We can't seem to figure out how Picasso could get in to this state.
For reference: we are using Picasso 2.5.2
java.lang.NullPointerException
at com.squareup.picasso.ResourceRequestHandler.canHandleRequest(ResourceRequestHandler.java:39)
at com.squareup.picasso.BitmapHunter.forRequest(BitmapHunter.java:416)
at com.squareup.picasso.Dispatcher.performSubmit(Dispatcher.java:201)
at com.squareup.picasso.Dispatcher.performSubmit(Dispatcher.java:175)
at com.squareup.picasso.Dispatcher$DispatcherHandler.handleMessage(Dispatcher.java:482)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
Metadata
Metadata
Assignees
Labels
No labels