Nick0703

Untitled

Oct 25th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. E/AndroidRuntime( 2594): FATAL EXCEPTION: main
  2. E/AndroidRuntime( 2594): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException
  3. E/AndroidRuntime( 2594): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2735)
  4. E/AndroidRuntime( 2594): at android.app.ActivityThread.access$1600(ActivityThread.java:158)
  5. E/AndroidRuntime( 2594): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1358)
  6. E/AndroidRuntime( 2594): at android.os.Handler.dispatchMessage(Handler.java:99)
  7. E/AndroidRuntime( 2594): at android.os.Looper.loop(Looper.java:137)
  8. E/AndroidRuntime( 2594): at android.app.ActivityThread.main(ActivityThread.java:5323)
  9. E/AndroidRuntime( 2594): at java.lang.reflect.Method.invokeNative(Native Method)
  10. E/AndroidRuntime( 2594): at java.lang.reflect.Method.invoke(Method.java:525)
  11. E/AndroidRuntime( 2594): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:743)
  12. E/AndroidRuntime( 2594): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:559)
  13. E/AndroidRuntime( 2594): at dalvik.system.NativeStart.main(Native Method)
  14. E/AndroidRuntime( 2594): Caused by: java.lang.NullPointerException
  15. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.phone.PanelBar.collapseAllPanels(PanelBar.java:219)
  16. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.phone.PhoneStatusBar.animateCollapsePanels(PhoneStatusBar.java:2063)
  17. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.phone.PhoneStatusBar.animateCollapsePanels(PhoneStatusBar.java:2041)
  18. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.phone.PhoneStatusBar.disable(PhoneStatusBar.java:1916)
  19. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:462)
  20. E/AndroidRuntime( 2594): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:483)
  21. E/AndroidRuntime( 2594): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:105)
  22. E/AndroidRuntime( 2594): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2725)
  23. E/AndroidRuntime( 2594): ... 10 more
  24. D/BaseCastMediaRouteProvider( 2801): in onDiscoveryRequestChanged: request=DiscoveryRequest{ selector=MediaRouteSelector{ controlCategories=[android.media.intent.category.LIVE_VIDEO, android.media.intent.category.LIVE_AUDIO, com.google.cast.CATEGORY_CAST, com.google.cast.CATEGORY_CAST_APP_NAME:PlayMovies] }, activeScan=false, isValid=true }
  25. D/BaseCastMediaRouteProvider( 2801): filter criteria changed (name: PlayMovies, protocols: null); flushing routes
  26. I/ActivityManager( 850): Start proc com.google.android.youtube for service com.google.android.youtube/.app.remote.YouTubeTvRouteProviderService: pid=2854 uid=10074 gids={50074, 3003, 1015, 1023, 1006, 1028}
  27. D/BaseCastMediaRouteProvider( 2801): published 0 routes
Advertisement
Add Comment
Please, Sign In to add comment