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

在onresume 里面发生异常 java.lang.IllegalArgumentException #80

Closed
tuzanhua opened this issue Mar 11, 2023 · 1 comment
Closed
Labels
missing log Missing debug information question Further information is requested

Comments

@tuzanhua
Copy link

android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:543)
android.view.WindowManagerGlobal.updateViewLayout (WindowManagerGlobal.java:437)
android.view.WindowManagerImpl.updateViewLayout (WindowManagerImpl.java:101)
android.widget.PopupWindow.update (PopupWindow.java:2221)
android.widget.PopupWindow.update (PopupWindow.java:2342)
android.widget.PopupWindow.alignToAnchor (PopupWindow.java:2512)
android.widget.PopupWindow.access$000 (PopupWindow.java:113)
android.widget.PopupWindow$1.onViewAttachedToWindow (PopupWindow.java:247)
android.view.View.dispatchAttachedToWindow (View.java:19876)
android.view.ViewGroup.dispatchAttachedToWindow (ViewGroup.java:3508)
android.view.ViewGroup.addViewInner (ViewGroup.java:5317)
android.view.ViewGroup.addView (ViewGroup.java:5089)
android.view.ViewGroup.addView (ViewGroup.java:5029)
android.view.ViewGroup.addView (ViewGroup.java:5002)

com.petterp.floatingx.impl.control.FxAppControlImpl.attach$lib_floatingx_debug (FxAppControlImpl.kt:103)
com.petterp.floatingx.impl.lifecycle.FxLifecycleCallbackImpl.onActivityResumed (FxLifecycleCallbackImpl.kt:92)

android.app.Application.dispatchActivityResumed (Application.java:453)
android.app.Activity.dispatchActivityResumed (Activity.java:1317)
android.app.Activity.onResume (Activity.java:1856)
androidx.fragment.app.FragmentActivity.onResume (FragmentActivity.java:434)
base.sys.activity.BaseActivity.onResume (BaseActivity.java:196)
com.voiceroom.ui.VoiceRoomActivity.onResume (VoiceRoomActivity.kt:152)

@Petterpx
Copy link
Owner

findViewLocked

具体的报错日志是什么,看这个堆栈不知道具体是什么报错,还有,是所有onResume里都报错吗,还是只有某个页面。

@Petterpx Petterpx added question Further information is requested missing log Missing debug information labels Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing log Missing debug information question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants