Android-Universal-Image-Loader
Android-Universal-Image-Loader copied to clipboard
Access to the FailReason object in a failed loadImageSync call
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 !