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 and exit but cannot reproduce #1461

Open
jyjsunny opened this issue May 19, 2022 · 0 comments
Open

crash and exit but cannot reproduce #1461

jyjsunny opened this issue May 19, 2022 · 0 comments

Comments

@jyjsunny
Copy link

Reproduction Steps

Since I can't reproduce the bug on AVD, I don't know what triggered it. But crashes do happen, so i would like to know the reason.

screenshot
crash.and.exit.but.cannot.reproduce.mov
Stack Trace

: 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:4915)
: at android.view.ViewGroup.addView(ViewGroup.java:4746)
: at android.view.ViewGroup.addView(ViewGroup.java:4686)
: at android.view.ViewGroup.addView(ViewGroup.java:4659)
: at io.github.hidroh.materialistic.WebFragment.setFullscreen(WebFragment.java:509)
: at io.github.hidroh.materialistic.WebFragment$1.onReceive(WebFragment.java:94)
: at androidx.localbroadcastmanager.content.LocalBroadcastManager.executePendingBroadcasts(LocalBroadcastManager.java:313)
: at androidx.localbroadcastmanager.content.LocalBroadcastManager$1.handleMessage(LocalBroadcastManager.java:121)
: at android.os.Handler.dispatchMessage(Handler.java:105)
: at android.os.Looper.loop(Looper.java:164)
: at android.app.ActivityThread.main(ActivityThread.java:6541)
: at java.lang.reflect.Method.invoke(Native Method)
: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

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

1 participant