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
Device:
apiLevel - 15 (4.0.4)
ZTE - model Grand X In
Cannot reproduce on my devices, reported from user device on production app.
Stack trace:
java.lang.RuntimeException: Transformation BlurTransformation(radius=15, sampling=5) crashed with exception.
at com.squareup.picasso.BitmapHunter$3.run(BitmapHunter.java:434)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Method.java:-2)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(NativeStart.java:-2)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=65536; index=65538
at jp.wasabeef.picasso.transformations.internal.FastBlur.blur(FastBlur.java:125)
at jp.wasabeef.picasso.transformations.BlurTransformation.transform(BlurTransformation.java:73)
at com.squareup.picasso.BitmapHunter.applyCustomTransformations(BitmapHunter.java:429)
at com.squareup.picasso.BitmapHunter.hunt(BitmapHunter.java:238)
at com.squareup.picasso.BitmapHunter.run(BitmapHunter.java:159)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
at java.util.concurrent.FutureTask.run(FutureTask.java:137)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)
at com.squareup.picasso.Utils$PicassoThread.run(Utils.java:411)
The text was updated successfully, but these errors were encountered:
Device:
apiLevel - 15 (4.0.4)
ZTE - model Grand X In
Cannot reproduce on my devices, reported from user device on production app.
Stack trace:
The text was updated successfully, but these errors were encountered: