Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- E/AndroidRuntime( 925): FATAL EXCEPTION: main
- E/AndroidRuntime( 925): Process: com.android.systemui, PID: 925
- E/AndroidRuntime( 925): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x1
- E/AndroidRuntime( 925): at android.app.ActivityThread.handleCreateService(ActivityThread.java)
- E/AndroidRuntime( 925): at android.app.ActivityThread.access$1800(ActivityThread.java)
- E/AndroidRuntime( 925): at android.app.ActivityThread$H.handleMessage(ActivityThread.java)
- E/AndroidRuntime( 925): at android.os.Handler.dispatchMessage(Handler.java)
- E/AndroidRuntime( 925): at android.os.Looper.loop(Looper.java)
- E/AndroidRuntime( 925): at android.app.ActivityThread.main(ActivityThread.java)
- E/AndroidRuntime( 925): at java.lang.reflect.Method.invokeNative(Native Method)
- E/AndroidRuntime( 925): at java.lang.reflect.Method.invoke(Method.java:515)
- E/AndroidRuntime( 925): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
- E/AndroidRuntime( 925): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
- E/AndroidRuntime( 925): at dalvik.system.NativeStart.main(Native Method)
- E/AndroidRuntime( 925): Caused by: java.lang.UnsupportedOperationException: Can't convert to dimension: type=0x1
- E/AndroidRuntime( 925): at android.content.res.TypedArray.getDimensionPixelSize(TypedArray.java)
- E/AndroidRuntime( 925): at android.view.ViewGroup$MarginLayoutParams.<init>(ViewGroup.java)
- E/AndroidRuntime( 925): at android.widget.LinearLayout$LayoutParams.<init>(LinearLayout.java)
- E/AndroidRuntime( 925): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java)
- E/AndroidRuntime( 925): at android.widget.LinearLayout.generateLayoutParams(LinearLayout.java)
- E/AndroidRuntime( 925): at android.view.LayoutInflater.rInflate(LayoutInflater.java)
- E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
- E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
- E/AndroidRuntime( 925): at android.view.LayoutInflater.inflate(LayoutInflater.java)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.updateAppNotificationPanel(PhoneStatusBar.java:918)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:790)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:3140)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:3115)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:210)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.bindViews(PhoneStatusBar.java:543)
- E/AndroidRuntime( 925): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:512)
- E/AndroidRuntime( 925): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:60)
- E/AndroidRuntime( 925): ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment