You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appears to be a bug in the initial release of KitKat and fixed in MR1, we can add a try/catch workaround.
E/AndroidRuntime(17796): FATAL EXCEPTION: main
E/AndroidRuntime(17796): Process: com.bumptech.glide.samples.flickr, PID: 17796
E/AndroidRuntime(17796): java.lang.NullPointerException
E/AndroidRuntime(17796): at android.graphics.Bitmap.getAllocationByteCount(Bitmap.java:1170)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.bitmap_recycle.SizeStrategy.getBitmapString(SizeStrategy.java:100)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.bitmap_recycle.SizeStrategy.logBitmap(SizeStrategy.java:72)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool.trimToSize(LruBitmapPool.java:149)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool.evict(LruBitmapPool.java:85)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.bitmap_recycle.LruBitmapPool.put(LruBitmapPool.java:80)
E/AndroidRuntime(17796): at com.bumptech.glide.load.resource.bitmap.GlideBitmapDrawableResource.recycle(GlideBitmapDrawableResource.java:25)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.EngineResource.recycle(EngineResource.java:77)
E/AndroidRuntime(17796): at com.bumptech.glide.load.engine.Engine$ResourceRecyclerCallback.handleMessage(Engine.java:257)
E/AndroidRuntime(17796): at android.os.Handler.dispatchMessage(Handler.java:98)
E/AndroidRuntime(17796): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime(17796): at android.app.ActivityThread.main(ActivityThread.java:5077)
E/AndroidRuntime(17796): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(17796): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(17796): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
E/AndroidRuntime(17796): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:593)
E/AndroidRuntime(17796): at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
Appears to be a bug in the initial release of KitKat and fixed in MR1, we can add a try/catch workaround.
The text was updated successfully, but these errors were encountered: