Closed dotgc closed 9 years ago
Are you using CustomPicasso.getInstance()
to load the images? Is the app a debug build?
Yes I'm using CustomPicasso.getInstance() to load images. It's a debug build. Nevertheless, I had also checked with the Build.DEBUG check not there
Did you figure this out? It isn't a Picasso bug so if not please ask on StackOverflow as you'll get much more visibility and potentially help other future users who encounter the problem.
Yep, this seems to be working fine in the current Picasso release.
I'm using Picasso for my application. I need to add a LoggingInterceptor to the requests that Picasso makes. I'm using Picasso 2.5.0. along with OkHttp 2.2.0
I did the following:
I don't see any requests made to my image urls. Please tell me what am I doing wrong?