App收到消息推送后崩溃

StarLightSMS
2016-12-06 06:44 2.2k 0

如下内容,线上有大概上万的用户,但某些用户会引发这种异常,使用的是极光默认自定义的推送Builder,跟踪问题一直是到了PUSH SDK就找不到问题了。

android.app.RemoteServiceException: Bad notification posted from package com.starlight.mobile.android.smsone: Couldn't expand RemoteViews for: StatusBarNotification(pkg=com.starlight.mobile.android.smsone user=UserHandle{0} id=190841371 tag=null key=0|com.starlight.mobile.android.smsone|190841371|null|10333: Notification(pri=0 contentView=com.starlight.mobile.android.smsone/0x7f04003b vibrate=default sound=default tick defaults=0xffffffff flags=0x10 color=0x00000000 vis=PRIVATE))
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1675)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:154)
    at android.app.ActivityThread.main(ActivityThread.java:6247)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:872)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:762)

1个回答

热门排序
  • 收到反馈,会跟进处理,是否还有更多的信息可以提供,譬如:

    手机型号,系统。是否有更多的日志(崩溃出现的上下文),SDK版本。

    是用的 通知消息,极光默认的通知栏吗?