LorDClockaN

sidebar

Jun 10th, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. --------- beginning of crash
  2. E/AndroidRuntime( 1067): FATAL EXCEPTION: main
  3. E/AndroidRuntime( 1067): Process: com.android.systemui, PID: 1067
  4. E/AndroidRuntime( 1067): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.systemui/com.android.systemui.statusbar.sidebar.SidebarConfigurationActivity}: java.lang.RuntimeException: A TaskDescription's primary color should be opaque
  5. E/AndroidRuntime( 1067): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2356)
  6. E/AndroidRuntime( 1067): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2418)
  7. E/AndroidRuntime( 1067): at android.app.ActivityThread.access$900(ActivityThread.java:154)
  8. E/AndroidRuntime( 1067): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1321)
  9. E/AndroidRuntime( 1067): at android.os.Handler.dispatchMessage(Handler.java:102)
  10. E/AndroidRuntime( 1067): at android.os.Looper.loop(Looper.java:135)
  11. E/AndroidRuntime( 1067): at android.app.ActivityThread.main(ActivityThread.java:5289)
  12. E/AndroidRuntime( 1067): at java.lang.reflect.Method.invoke(Native Method)
  13. E/AndroidRuntime( 1067): at java.lang.reflect.Method.invoke(Method.java:372)
  14. E/AndroidRuntime( 1067): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
  15. E/AndroidRuntime( 1067): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
  16. E/AndroidRuntime( 1067): Caused by: java.lang.RuntimeException: A TaskDescription's primary color should be opaque
  17. E/AndroidRuntime( 1067): at android.app.ActivityManager$TaskDescription.<init>(ActivityManager.java:556)
  18. E/AndroidRuntime( 1067): at android.app.Activity.onApplyThemeResource(Activity.java:3686)
  19. E/AndroidRuntime( 1067): at android.view.ContextThemeWrapper.initializeTheme(ContextThemeWrapper.java:140)
  20. E/AndroidRuntime( 1067): at android.view.ContextThemeWrapper.setTheme(ContextThemeWrapper.java:85)
  21. E/AndroidRuntime( 1067): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2302)
  22. E/AndroidRuntime( 1067): ... 10 more
  23. D/OpenGLRenderer( 1283): endAllStagingAnimators on 0x9fd2bb00 (ListView) with handle 0x9ffc5380
  24. W/ActivityManager( 810): Force finishing activity 1 com.android.systemui/.statusbar.sidebar.SidebarConfigurationActivity
  25. W/ActivityManager( 810): Force finishing activity 2 com.android.settings/.SubSettings
Advertisement
Add Comment
Please, Sign In to add comment