Advertisement
devil2010

Link crash

May 18th, 2022
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.96 KB | None | 0 0
  1. Build version: 1.8.3.1
  2. Build date: 1981-01-01 01:01:02
  3. Current date: 2022-05-18 14:37:21
  4. Device: OPPO CPH1723
  5. OS version: Android 7.1.1 (SDK 25)
  6.  
  7. Stack trace:  
  8. android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@af3a049 is not valid; is your activity running?
  9.     at android.view.ViewRootImpl.setView(ViewRootImpl.java:940)
  10.     at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:376)
  11.     at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93)
  12.     at android.app.Dialog.show(Dialog.java:387)
  13.     at com.civix.link.Libraries.Utils.AlertUtils.showMessage(AlertUtils.java:111)
  14.     at com.civix.link.Screen.LoginScreen$1.onFetchConfigurationCompleted(LoginScreen.java:113)
  15.     at net.openid.appauth.AuthorizationServiceConfiguration$ConfigurationRetrievalAsyncTask.onPostExecute(AuthorizationServiceConfiguration.java:393)
  16.     at net.openid.appauth.AuthorizationServiceConfiguration$ConfigurationRetrievalAsyncTask.onPostExecute(AuthorizationServiceConfiguration.java:336)
  17.     at android.os.AsyncTask.finish(AsyncTask.java:667)
  18.     at android.os.AsyncTask.-wrap1(AsyncTask.java)
  19.     at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:684)
  20.     at android.os.Handler.dispatchMessage(Handler.java:110)
  21.     at android.os.Looper.loop(Looper.java:232)
  22.     at android.app.ActivityThread.main(ActivityThread.java:6806)
  23.     at java.lang.reflect.Method.invoke(Native Method)
  24.     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
  25.     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
  26.  
  27. User actions:
  28. 2022-05-18 14:37:00: SplashScreen created
  29. 2022-05-18 14:37:01: LoginScreen created
  30. 2022-05-18 14:37:01: LoginScreen resumed
  31. 2022-05-18 14:37:02: SplashScreen destroyed
  32. 2022-05-18 14:37:15: LoginScreen paused
  33. 2022-05-18 14:37:15: LoginScreen destroyed
  34. 2022-05-18 14:37:19: SplashScreen created
  35. 2022-05-18 14:37:20: LoginScreen created
  36. 2022-05-18 14:37:20: LoginScreen resumed
  37. 2022-05-18 14:37:20: SplashScreen destroyed
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement