RichText icon indicating copy to clipboard operation
RichText copied to clipboard

发现一个oom问题

Open GongZiZhang opened this issue 8 years ago • 1 comments

java.lang.OutOfMemoryError at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:623) at com.zzhoujay.richtext.ig.SourceDecode$3.decodeAsBitmap(SourceDecode.java:103) at com.zzhoujay.richtext.ig.SourceDecode$3.decodeAsBitmap(SourceDecode.java:67) at com.zzhoujay.richtext.ig.SourceDecode.decode(SourceDecode.java:130) at com.zzhoujay.richtext.ig.CallbackImageLoader.onResponse(CallbackImageLoader.java:49) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:141) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) 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)

GongZiZhang avatar Sep 27 '17 08:09 GongZiZhang

怎么重现这个问题呢?

df13954 avatar Dec 18 '19 04:12 df13954