如何修复此异常 - 由firebase消息导致的外观?

时间:2017-11-15 00:34:08

标签: android firebase-cloud-messaging

三星手机(型号SM-G950F)上运行Android 7.0的用户在Firebase消息传递中导致这些异常加载。

我是否正确地认为我无法对他们采取任何行动?

  • 我的应用不会为自定义布局充气。
  • 我们正在使用firebase 11.0.4

异常android.app.RemoteServiceException:从com.my.app包发布错误通知:无法展开RemoteViews:StatusBarNotification(pkg = com.my.app user = UserHandle {0} id = 0 tag = FCM-Notification:1074471639 key = 0 | com.my.app | 0 | FCM-Notification:1074471639 | 10212:Notification(pri = 0 contentView = null vibrate = null sound = content:// settings / system / notification_sound defaults = 0x0 flags = 0x10 color = 0xff3f51b5 vis = PRIVATE semFlags = 0x0 semPriority = 0))

android.app.ActivityThread$H.handleMessage (ActivityThread.java:1813)
android.os.Handler.dispatchMessage (Handler.java:102)
android.os.Looper.loop (Looper.java:154)
android.app.ActivityThread.main (ActivityThread.java:6776)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1520)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1410)

编辑: 这不是How to fix: android.app.RemoteServiceException: Bad notification posted from package *: Couldn't create icon: StatusBarIcon

的欺骗

这个特定的问题有一个完全不同的标题; Couldn't create iconCouldn't expand RemoteViews

0 个答案:

没有答案