An Android system UI process experienced an inflation exception when trying to inflate a binary XML file. The exception was caused by a missing resource ID during inflation of the notification panel view. The stack trace shows the exception occurred during initialization of the brightness controller.
An Android system UI process experienced an inflation exception when trying to inflate a binary XML file. The exception was caused by a missing resource ID during inflation of the notification panel view. The stack trace shows the exception occurred during initialization of the brightness controller.
An Android system UI process experienced an inflation exception when trying to inflate a binary XML file. The exception was caused by a missing resource ID during inflation of the notification panel view. The stack trace shows the exception occurred during initialization of the brightness controller.
An Android system UI process experienced an inflation exception when trying to inflate a binary XML file. The exception was caused by a missing resource ID during inflation of the notification panel view. The stack trace shows the exception occurred during initialization of the brightness controller.
android.view.InflateException: Binary XML file line #27: Resource ID #0x0
at android.view.LayoutInflater.inflate(LayoutInflater.java) at android.view.LayoutInflater.inflate(LayoutInflater.java) at android.view.LayoutInflater.inflate(LayoutInflater.java) at android.view.View.inflate(View.java) at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBa r.java) at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusB ar.java) at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatus Bar.java) at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java) at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java) at com.android.systemui.statusbar.SystemBars.createStatusBarFromConfig(SystemBars.java ) at com.android.systemui.statusbar.SystemBars.onNoService(SystemBars.java) at com.android.systemui.statusbar.ServiceMonitor.startService(ServiceMonitor.java) at com.android.systemui.statusbar.ServiceMonitor.access$000(ServiceMonitor.java) at com.android.systemui.statusbar.ServiceMonitor$1.handleMessage(ServiceMonitor.java) at android.os.Handler.dispatchMessage(Handler.java) at android.os.Looper.loop(Looper.java) at android.app.ActivityThread.main(ActivityThread.java) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java) Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x0 at android.content.res.Resources.getValue(Resources.java) at android.content.res.Resources.getDrawable(Resources.java) at android.content.res.Resources.getDrawable(Resources.java) at com.android.systemui.settings.BrightColor.getDrawable(BrightColor.java) at com.android.systemui.settings.BrightColor.init(BrightColor.java) at com.android.systemui.settings.BrightnessController.<init>(BrightnessController.java :234) at com.android.systemui.statusbar.phone.NotificationPanelView.onFinishInflate(Notifica tionPanelView.java) at android.view.LayoutInflater.rInflate(LayoutInflater.java) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java) at android.view.LayoutInflater.parseInclude(LayoutInflater.java) at android.view.LayoutInflater.rInflate(LayoutInflater.java) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java) at android.view.LayoutInflater.rInflate(LayoutInflater.java) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java) at android.view.LayoutInflater.rInflate(LayoutInflater.java) at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java) ... 20 more