Nick0703

Untitled

Oct 25th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. D/AndroidRuntime( 3000): Shutting down VM
  2. W/dalvikvm( 3000): threadid=1: thread exiting with uncaught exception (group=0x41580700)
  3. E/AndroidRuntime( 3000): FATAL EXCEPTION: main
  4. E/AndroidRuntime( 3000): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
  5. E/AndroidRuntime( 3000): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2735)
  6. E/AndroidRuntime( 3000): at android.app.ActivityThread.access$1600(ActivityThread.java:158)
  7. E/AndroidRuntime( 3000): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1358)
  8. E/AndroidRuntime( 3000): at android.os.Handler.dispatchMessage(Handler.java:99)
  9. E/AndroidRuntime( 3000): at android.os.Looper.loop(Looper.java:137)
  10. E/AndroidRuntime( 3000): at android.app.ActivityThread.main(ActivityThread.java:5323)
  11. E/AndroidRuntime( 3000): at java.lang.reflect.Method.invokeNative(Native Method)
  12. E/AndroidRuntime( 3000): at java.lang.reflect.Method.invoke(Method.java:525)
  13. E/AndroidRuntime( 3000): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:743)
  14. E/AndroidRuntime( 3000): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:559)
  15. E/AndroidRuntime( 3000): at dalvik.system.NativeStart.main(Native Method)
  16. E/AndroidRuntime( 3000): Caused by: java.lang.NullPointerException
  17. E/AndroidRuntime( 3000): at com.android.systemui.statusbar.phone.PhoneStatusBar.disable(PhoneStatusBar.java:1852)
  18. E/AndroidRuntime( 3000): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:462)
  19. E/AndroidRuntime( 3000): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:483)
  20. E/AndroidRuntime( 3000): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:105)
  21. E/AndroidRuntime( 3000): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2725)
  22. E/AndroidRuntime( 3000): ... 10 more
  23. I/Process ( 3000): Sending signal. PID: 3000 SIG: 9
  24. W/ActivityManager( 829): Process com.android.systemui has crashed too many times: killing!
  25. I/ActivityManager( 829): Process com.android.systemui (pid 3000) has died.
  26. W/ActivityManager( 829): Scheduling restart of crashed service com.android.systemui/.SystemUIService in 0ms
  27. I/WindowState( 829): WIN DEATH: Window{42c389c0 u0 AppSidebar}
Advertisement
Add Comment
Please, Sign In to add comment