Assigned
Status Update
Comments
aq...@google.com <aq...@google.com> #2
Isn't the issue in the notification, as stated by BadForegroundServiceNotificationException's javadoc:
Exception used to crash an app process when the system finds an error in a foreground service notification.
I doubt we'll be able to make progress with the provided information though.
- Is this something you can reproduce consistently?
- Is this API-version specific?
- Is this device model specific?
- Have you tried upgrading the androidx MediaRouter version?
Any context that you can provide understand the issue will help us help you. Otherwise, I doubt we'll be able to provide support.
Description
Fatal Exception: android.app.RemoteServiceException$BadForegroundServiceNotificationException: Bad notification(tag=null, id=243058) posted from package com.jio.media.ondemand, crashing app(uid=10220, pid=18968): Couldn't inflate contentViewsandroid.widget.RemoteViews$ActionException: android.view.InflateException: Binary XML file line #25 in com.jio.media.ondemand:layout/mr_picker_route_item: Binary XML file line #25 in com.jio.media.ondemand:layout/mr_picker_route_item: Error inflating class android.widget.LinearLayout
at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2112)
at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException()
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2400)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:334)
at android.app.ActivityThread.main(ActivityThread.java:8291)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:557)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:981)