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
Issue details / Repro steps / Use case background: An error from crashlytics
Stack trace / LogCat:
Fatal Exception: java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.next(ArrayList.java:860)
at com.bumptech.glide.Glide.trimMemory(Glide.java:688)
at com.bumptech.glide.Glide.onTrimMemory(Glide.java:900)
at android.app.Application.onTrimMemory(Application.java:147)
at android.app.ActivityThread.handleTrimMemory(ActivityThread.java:6137)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2230)
at android.os.Handler.dispatchMessage(Handler.java:108)
at android.os.Looper.loop(Looper.java:166)
at android.app.ActivityThread.main(ActivityThread.java:7523)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)
The text was updated successfully, but these errors were encountered:
sjudd
added a commit
to sjudd/glide
that referenced
this issue
Mar 28, 2020
Glide Version:4.11.0
Integration libraries:
Device/Android Version: 8.0.0
Issue details / Repro steps / Use case background: An error from crashlytics
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: