错误通知例外仅在Android 6.0.1下

时间:2018-11-05 21:26:55

标签: android android-notifications

在我最新的Beta版中,我开始在Crashlytics上看到android.app.RemoteServiceException: Bad notification posted from package崩溃的消息,但这仅在Android 6.0.1上并且仅在某些手机上才发生。我还不能自己复制它。

如果我比较显示的第一个版本和没有显示的最后一个版本之间涉及的所有文件,我看到的唯一更改是对库的更新,尤其是好像我退出了支持库27至28。我对创建通知的方式没有任何更改。

任何人都不知道会发生什么事?如何确定哪个远程视图可能引起了该问题?我已经很长时间没有这些问题了。

Fatal Exception: android.app.RemoteServiceException: Bad notification posted from package mypackage: Couldn't expand RemoteViews for: StatusBarNotification(pkg=mypackage user=UserHandle{0} id=74219 tag=null score=-10 key=0|mypackage|74219|null|10157: Notification(pri=-1 contentView=mypackage/0x7f0c00dd vibrate=null sound=null defaults=0x0 flags=0x62 color=0x00000000 vis=PUBLIC))
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1526)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:148)
       at android.app.ActivityThread.main(ActivityThread.java:5461)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

0 个答案:

没有答案