-
Notifications
You must be signed in to change notification settings - Fork 575
Closed
Description
Version
Media3 1.2.0
More version details
android.app.RemoteServiceException: Bad notification(tag=null, id=1001) posted from package com.xxx.xxx, crashing app(uid=10289, pid=26950): long overflow
at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2591)
at android.app.ActivityThread.access$4000(ActivityThread.java:311)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3001)
at android.os.Handler.dispatchMessage(Handler.java:117)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:293)
at android.app.ActivityThread.loopProcess(ActivityThread.java:9961)
at android.app.ActivityThread.main(ActivityThread.java:9950)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:586)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1240)
Devices that reproduce the issue
Huawei
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Yes
Reproduction steps
lay
Expected result
Media playback success
Actual result
android.app.RemoteServiceException: Bad notification(tag=null, id=1001) posted from package com.xxx.xxx, crashing app(uid=10289, pid=26950): long overflow
at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2591)
at android.app.ActivityThread.access$4000(ActivityThread.java:311)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:3001)
at android.os.Handler.dispatchMessage(Handler.java:117)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:293)
at android.app.ActivityThread.loopProcess(ActivityThread.java:9961)
at android.app.ActivityThread.main(ActivityThread.java:9950)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:586)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1240)
Back traces ends.
Media
all meida
Bug Report
- You will email the zip file produced by
adb bugreport
to android-media-github@google.com after filing this issue.