Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: Process: com.android.systemui, PID: 3340
  2. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
  3. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3582)
  4. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.ActivityThread.access$1300(ActivityThread.java:200)
  5. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1672)
  6. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
  7. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.os.Looper.loop(Looper.java:193)
  8. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6718)
  9. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
  10. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
  11. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
  12. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: Caused by: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
  13. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.view.ViewRootImpl.setView(ViewRootImpl.java:816)
  14. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:356)
  15. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:93)
  16. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.Dialog.show(Dialog.java:329)
  17. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.AlertDialog$Builder.show(AlertDialog.java:1125)
  18. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.internal.util.descendant.Utils.showSystemUiRestartDialog(Utils.java:305)
  19. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.internal.util.descendant.DescendantThemeUtils.omniUnset(DescendantThemeUtils.java:110)
  20. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.internal.util.descendant.DescendantThemeUtils.omniSet(DescendantThemeUtils.java:61)
  21. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.statusbar.phone.StatusBar.uiThemeSwitcher(StatusBar.java:4021)
  22. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.statusbar.phone.StatusBar$CustomSettingsObserver.update(StatusBar.java:5396)
  23. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.statusbar.phone.StatusBar.start(StatusBar.java:776)
  24. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.SystemBars.createStatusBarFromConfig(SystemBars.java:71)
  25. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.SystemBars.start(SystemBars.java:42)
  26. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.SystemUIApplication.startServicesIfNeeded(SystemUIApplication.java:185)
  27. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.SystemUIApplication.startServicesIfNeeded(SystemUIApplication.java:129)
  28. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:39)
  29. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3570)
  30. 01-19 23:41:15.522 3340 3340 E AndroidRuntime: ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement