Android picasso, error reason

老子叫甜甜 提交于 2019-12-01 07:31:21

I had the same problem I solved it through :

The global instance listener receives HTTP exceptions for reporting upstream to a crash reporting service or analytics service.

regards to : https://github.com/square/picasso/issues/379

public class MyClass implements Picasso.Listener {
    @Override
    public void onImageLoadFailed(Picasso picasso, Uri uri, Exception exception) {
    // Display the exception
    }
}
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!