Android-Universal-Image-Loader icon indicating copy to clipboard operation
Android-Universal-Image-Loader copied to clipboard

Access to the FailReason object in a failed loadImageSync call

Open renaud-myatlas opened this issue 6 years ago • 0 comments

Hello,

I use the method public Bitmap loadImageSync(String uri, ImageSize targetImageSize, DisplayImageOptions options) from the class ImageLoader in my app and sometimes it returns null instead of a bitmap when the loading fails.

Is there a way to access the FailReason object associated with this call ?

Thank you !

renaud-myatlas avatar Mar 23 '18 14:03 renaud-myatlas