I'm using this amazing library without any problem for several months now, and it's working great :)
In my last app, I get this error through crashlytics, a lot of it, but I can't reproduce it myself. Does anyone know how it happens, and how I could correct my app to not have this behavior ? I know it's not a library problem, surely one on my app, but I don't understand how it can happen.
Thanks in advance,
java.lang.IllegalStateException: cache is closed at com.nostra13.universalimageloader.cache.disc.impl.ext.DiskLruCache.checkNotClosed(DiskLruCache.java:642) at com.nostra13.universalimageloader.cache.disc.impl.ext.DiskLruCache.get(DiskLruCache.java:413) at com.nostra13.universalimageloader.cache.disc.impl.ext.LruDiscCache.get(LruDiscCache.java:124) at com.nostra13.universalimageloader.core.ImageLoaderEngine$1.run(ImageLoaderEngine.java:72) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) at java.lang.Thread.run(Thread.java:841)