0% found this document useful (0 votes)
193 views2 pages

System App Crash@1505667506765

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.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
193 views2 pages

System App Crash@1505667506765

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.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Process: com.android.

systemui
Flags: 0x38d83e0d
Package: com.android.systemui v23 (6.0.1)
Build: samsung/a5y17lteskt/a5y17lteskt:6.0.1/MMB29K/A520SKSU1AQF1:user/release-keys

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

You might also like