nostra13/Android-Universal-Image-Loader

too many read threw an exception, can you tell me?

tellmewzhang opened this issue · 0 comments

the logcat prints too many read threw an exception always
04-11 16:09:54.710 1875 1924 D skia : ---- read threw an exception
04-11 16:09:54.710 1875 1924 W System.err: java.io.IOException: read failed: ENOENT (No such file or directory)
04-11 16:09:54.710 1875 1924 W System.err: at libcore.io.IoBridge.read(IoBridge.java:435)
04-11 16:09:54.710 1875 1924 W System.err: at java.io.FileInputStream.read(FileInputStream.java:179)
04-11 16:09:54.710 1875 1924 W System.err: at java.io.InputStream.read(InputStream.java:162)
04-11 16:09:54.710 1875 1924 W System.err: at java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:142)
04-11 16:09:54.710 1875 1924 W System.err: at java.io.BufferedInputStream.read(BufferedInputStream.java:288)
04-11 16:09:54.710 1875 1924 W System.err: at com.nostra13.universalimageloader.core.assist.ContentLengthInputStream.read(ContentLengthInputStream.java:65)
04-11 16:09:54.710 1875 1924 W System.err: at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
04-11 16:09:54.710 1875 1924 W System.err: at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:613)
04-11 16:09:54.710 1875 1924 W System.err: at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:589)
04-11 16:09:54.710 1875 1924 W System.err: at com.nostra13.universalimageloader.core.decode.BaseImageDecoder.decode(BaseImageDecoder.java:85)
04-11 16:09:54.710 1875 1924 W System.err: at com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.decodeImage(LoadAndDisplayImageTask.java:265)
04-11 16:09:54.710 1875 1924 W System.err: at com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.tryLoadBitmap(LoadAndDisplayImageTask.java:223)
04-11 16:09:54.710 1875 1924 W System.err: at com.nostra13.universalimageloader.core.LoadAndDisplayImageTask.run(LoadAndDisplayImageTask.java:136)
04-11 16:09:54.710 1875 1924 W System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
04-11 16:09:54.710 1875 1924 W System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
04-11 16:09:54.710 1875 1924 W System.err: at java.lang.Thread.run(Thread.java:841)