Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash #28

Closed
allentown521 opened this issue Jan 21, 2021 · 6 comments
Closed

crash #28

allentown521 opened this issue Jan 21, 2021 · 6 comments

Comments

@allentown521
Copy link

version 1.1.4
Fatal Exception: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.
at android.view.ViewGroup.addViewInner(ViewGroup.java:5235)
at android.view.ViewGroup.addView(ViewGroup.java:5064)
at android.view.ViewGroup.addView(ViewGroup.java:5004)
at android.view.ViewGroup.addView(ViewGroup.java:4976)
at org.aviran.cookiebar2.CookieBar$1.onDismiss(SourceFile:3)
at org.aviran.cookiebar2.Cookie.cookieListenerDismiss(SourceFile:87)
at org.aviran.cookiebar2.Cookie.access$400(SourceFile:3)
at org.aviran.cookiebar2.Cookie$3.onAnimationEnd(SourceFile:3)
at android.view.animation.Animation.dispatchAnimationEnd(Animation.java:1019)
at android.view.animation.AnimationSet.getTransformation(AnimationSet.java:397)
at android.view.animation.Animation.getTransformation(Animation.java:1038)
at android.view.View.applyLegacyAnimation(View.java:21903)
at android.view.View.draw(View.java:22019)
at android.view.ViewGroup.drawChild(ViewGroup.java:4516)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4277)
at android.view.View.draw(View.java:22353)
at com.android.internal.policy.DecorView.draw(DecorView.java:806)
at android.view.View.updateDisplayListIfDirty(View.java:21226)
at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:559)
at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:565)
at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:642)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:4106)
at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:3833)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3104)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1948)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:8177)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:972)
at android.view.Choreographer.doCallbacks(Choreographer.java:796)
at android.view.Choreographer.doFrame(Choreographer.java:731)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:957)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)

@allentown521
Copy link
Author

#20
It looks the same as this problem. I used the latest version 1.1.4 at the beginning, and it has appeared several times.

@AviranAbady
Copy link
Owner

Hey @allentown521
Please provide steps to reproduce the crash

@allentown521
Copy link
Author

allentown521 commented Jan 24, 2021 via email

@AviranAbady
Copy link
Owner

@allentown521 Are you sure the stacktrace / crash report comes from a version 1.1.4?
I can not reproduce the issue, unless you can provide steps to reproduce I'll have to close the issue

@allentown521
Copy link
Author

allentown521 commented Jan 28, 2021 via email

@AviranAbady
Copy link
Owner

closed - no steps to reproduce the issue have been provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants