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:
No direct reproduction but reported by PlayStore vitals. It appears to be a lock contention issue in com.bumptech.glide.RequestManager.onStart where com.bumptech.glide.RequestManager.<init> is still holding a lock. This causes an ANR to occur as RequestManager.onStart() runs on the main thread.
Glide load line / GlideModule (if any) / list Adapter code (if any):
Glide.with(this) // this is a LinearLayout/LifecycleObserver
.asGif()
.load(R.drawable.loadingboxlooptt)
.into(findViewById(R.id.loadingDots))
.clearOnDetach()
Glide Version:
4.16.0
Integration libraries:
N/A
Device/Android Version:
Android TV/Android 12
Issue details / Repro steps / Use case background:
No direct reproduction but reported by PlayStore vitals. It appears to be a lock contention issue in
com.bumptech.glide.RequestManager.onStart
wherecom.bumptech.glide.RequestManager.<init>
is still holding a lock. This causes an ANR to occur asRequestManager.onStart()
runs on the main thread.Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Stack trace / LogCat:
The text was updated successfully, but these errors were encountered: