datagutt

Untitled

Mar 1st, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. E/AndroidRuntime( 925): FATAL EXCEPTION: main
  2. E/AndroidRuntime( 925): Process: com.android.systemui, PID: 925
  3. E/AndroidRuntime( 925): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x1
  4. E/AndroidRuntime( 925): at android.app.ActivityThread.handleCreateService(ActivityThread.java)
  5. E/AndroidRuntime( 925): at android.app.ActivityThread.access$1800(ActivityThread.java)
  6. E/AndroidRuntime( 925): at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
  7. E/AndroidRuntime( 925): at android.os.Handler.dispatchMessage(Handler.java)
  8. E/AndroidRuntime( 925): at android.os.Looper.loop(Looper.java)
  9. E/AndroidRuntime( 925): at android.app.ActivityThread.main(ActivityThread.java)
  10. E/AndroidRuntime( 925): at java.lang.reflect.Method.invokeNative(Native Method)
  11. E/AndroidRuntime( 925): at java.lang.reflect.Method.invoke(Method.java:515)
  12. E/AndroidRuntime( 925): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
  13. E/AndroidRuntime( 925): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
  14. E/AndroidRuntime( 925): at dalvik.system.NativeStart.main(Native Method)
  15. E/AndroidRuntime( 925): Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x1
  16. E/AndroidRuntime( 925): at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java)
  17. E/AndroidRuntime( 925): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java)
  18. E/AndroidRuntime( 925): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java)
  19. E/AndroidRuntime( 925): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java)
  20. E/AndroidRuntime( 925): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java)
  21. E/AndroidRuntime( 925): at android.view.LayoutInflater.rInflate(LayoutInflater.java)
  22. E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
  23. E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
  24. E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
  25. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.updateAppNotificationPanel(PhoneStatusBar.java:918)
  26. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:790)
  27. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3140)
  28. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3115)
  29. E/AndroidRuntime( 925): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:210)
  30. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.bindViews(PhoneStatusBar.java:543)
  31. E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:512)
  32. E/AndroidRuntime( 925): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:60)
  33. E/AndroidRuntime( 925): ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment