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
beyond1q:/data/system/dropbox # cat [email protected]
Process: me.yluo.ruisiapp
Flags: 0x28c8be44
Package: me.yluo.ruisiapp v40 (2.9.8.2)
Foreground: Yes
Build: samsung/dream2qltezh/dream2qltechn:7.1/N2G48H/G9550ZHU1AQEE:user/release-keys
android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@e6abc7e is not valid; is your activity running?
at android.view.ViewRootImpl.setView(ViewRootImpl.java:679)
at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:342)
at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93)
at android.app.Dialog.show(Dialog.java:329)
at me.yluo.ruisiapp.activity.LoginActivity$4.onFailure(LoginActivity.java:212)
at me.yluo.ruisiapp.myhttp.ResponseHandler.handleMessage(ResponseHandler.java:60)
at me.yluo.ruisiapp.myhttp.ResponseHandler.access$000(ResponseHandler.java:13)
at me.yluo.ruisiapp.myhttp.ResponseHandler$ResponderHandler.handleMessage(ResponseHandler.java:151)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6198)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:891)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:781)
The text was updated successfully, but these errors were encountered:
liyansong2018
changed the title
BadTokenException:未校验登录 View 导致的应用崩溃
BadTokenException (Similar to race condition):未校验登录 View 导致的应用崩溃
Sep 15, 2021
[scenario]
点击“点击头像登录”,此时并不登录;点击“看帖”,出发崩溃
[Analysis]
将要弹出的 dialog(登录)所要依附的 View 已经不存在导致的。
[Suggestions]
[Log]
The text was updated successfully, but these errors were encountered: