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
I am getting below crash on my production app after upgrading to 2.5.0 from 2.3.0 Exception java.lang.IllegalStateException: at com.facebook.common.internal.Preconditions.checkState (Preconditions.java) at com.facebook.drawee.backends.pipeline.PipelineDraweeController.getImageInfo (PipelineDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.reportSuccess (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.onNewResultInternal (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.submitRequest (AbstractDraweeController.java) at com.facebook.drawee.view.DraweeHolder.attachController (DraweeHolder.java) at com.facebook.drawee.view.DraweeHolder.attachOrDetachController (DraweeHolder.java) at com.facebook.drawee.generic.RootDrawable.setVisible (RootDrawable.java) at android.widget.ImageView.onVisibilityAggregated (ImageView.java:1688) at android.view.View.dispatchAttachedToWindow (View.java:22500) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.addViewInner (ViewGroup.java:5520) at android.view.ViewGroup.addView (ViewGroup.java:5296) at android.view.ViewGroup.addView (ViewGroup.java:5236) at androidx.recyclerview.widget.ChildHelper.addView (ChildHelper.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView (RecyclerView.java) at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.fill (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollBy (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollVerticallyBy (LinearLayoutManager.java) at androidx.recyclerview.widget.RecyclerView.scrollStep (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$ViewFlinger.run (RecyclerView.java) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1301) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1309) at android.view.Choreographer.doCallbacks (Choreographer.java:923) at android.view.Choreographer.doFrame (Choreographer.java:847) at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1283) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop (Looper.java:313) at android.app.ActivityThread.main (ActivityThread.java:8757) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
Reproduction
Not able to reproduce this by myself but getting the report on playstore . Not sure how to reproduce this.
The text was updated successfully, but these errors were encountered:
Description
I am getting below crash on my production app after upgrading to 2.5.0 from 2.3.0
Exception java.lang.IllegalStateException: at com.facebook.common.internal.Preconditions.checkState (Preconditions.java) at com.facebook.drawee.backends.pipeline.PipelineDraweeController.getImageInfo (PipelineDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.reportSuccess (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.onNewResultInternal (AbstractDraweeController.java) at com.facebook.drawee.controller.AbstractDraweeController.submitRequest (AbstractDraweeController.java) at com.facebook.drawee.view.DraweeHolder.attachController (DraweeHolder.java) at com.facebook.drawee.view.DraweeHolder.attachOrDetachController (DraweeHolder.java) at com.facebook.drawee.generic.RootDrawable.setVisible (RootDrawable.java) at android.widget.ImageView.onVisibilityAggregated (ImageView.java:1688) at android.view.View.dispatchAttachedToWindow (View.java:22500) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3695) at android.view.ViewGroup.addViewInner (ViewGroup.java:5520) at android.view.ViewGroup.addView (ViewGroup.java:5296) at android.view.ViewGroup.addView (ViewGroup.java:5236) at androidx.recyclerview.widget.ChildHelper.addView (ChildHelper.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addViewInt (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$LayoutManager.addView (RecyclerView.java) at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.fill (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollBy (LinearLayoutManager.java) at androidx.recyclerview.widget.LinearLayoutManager.scrollVerticallyBy (LinearLayoutManager.java) at androidx.recyclerview.widget.RecyclerView.scrollStep (RecyclerView.java) at androidx.recyclerview.widget.RecyclerView$ViewFlinger.run (RecyclerView.java) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1301) at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1309) at android.view.Choreographer.doCallbacks (Choreographer.java:923) at android.view.Choreographer.doFrame (Choreographer.java:847) at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1283) at android.os.Handler.handleCallback (Handler.java:942) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loopOnce (Looper.java:226) at android.os.Looper.loop (Looper.java:313) at android.app.ActivityThread.main (ActivityThread.java:8757) at java.lang.reflect.Method.invoke at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
Reproduction
Not able to reproduce this by myself but getting the report on playstore . Not sure how to reproduce this.
The text was updated successfully, but these errors were encountered: