linuxman94

Boo

Mar 2nd, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1.  
  2. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: FATAL EXCEPTION: main
  3.  
  4. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: Process: com.android.systemui, PID: 6508
  5.  
  6. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.recent.RecentsActivity}: java.lang.NullPointerException
  7.  
  8. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2207)
  9.  
  10. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2257)
  11.  
  12. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread.access$800(ActivityThread.java:135)
  13.  
  14. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
  15.  
  16. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
  17.  
  18. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.os.Looper.loop(Looper.java:136)
  19.  
  20. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:5024)
  21.  
  22. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at java.lang.reflect.Method.invokeNative(Native Method)
  23.  
  24. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at java.lang.reflect.Method.invoke(Method.java:515)
  25.  
  26. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
  27.  
  28. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
  29.  
  30. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at dalvik.system.NativeStart.main(Native Method)
  31.  
  32. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: Caused by: java.lang.NullPointerException
  33.  
  34. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.statusbar.pie.PieController.setNavigationIconHints(PieController.java:235)
  35.  
  36. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsActivity.setRecentHints(RecentsActivity.java:133)
  37.  
  38. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsPanelView.showImpl(RecentsPanelView.java:342)
  39.  
  40. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsPanelView.showIfReady(RecentsPanelView.java:324)
  41.  
  42. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsPanelView.show(RecentsPanelView.java:314)
  43.  
  44. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsActivity.handleIntent(RecentsActivity.java:259)
  45.  
  46. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at com.android.systemui.recent.RecentsActivity.onCreate(RecentsActivity.java:221)
  47.  
  48. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:5311)
  49.  
  50. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  51.  
  52. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2171)
  53.  
  54. 03-02 12:57:33.973 6508 6508 E AndroidRuntime: ... 11 more
  55.  
  56. 03-02 12:57:33.973 862 1855 W ActivityManager: Process com.android.systemui has crashed too many times: killing!
Advertisement
Add Comment
Please, Sign In to add comment