JServiceCommandHelper DeadObjectException

ok11
2018-08-07 06:50 1.5k 0

极光推送无法收到信息,完整log如下:

```
08-07 14:44:28.741: D/JIGUANG-JCore(23360): [PushService] onStartCommand - intent:Intent { act=foodsoft.apk.intent.PERIOD_RESUME cmp=foodsoft.apk/cn.jpush.android.service.PushService (has extras) }, pkg:foodsoft.apk, connection:0
08-07 14:49:03.125: W/JIGUANG-JCore(1037): [JServiceCommandHelper] throwable , remote call failed, error:android.os.DeadObjectException
08-07 14:49:03.142: W/JIGUANG-JCore(1037): [JServiceCommandHelper] throwable , remote call failed, error:android.os.DeadObjectException
08-07 14:49:03.178: D/JIGUANG-JCore(1037): [PushReceiver] onReceive - android.intent.action.USER_PRESENT
08-07 14:49:03.183: W/JIGUANG-JCore(1037): [JServiceCommandHelper] throwable , remote call failed, error:android.os.DeadObjectException
08-07 14:49:03.189: W/JIGUANG-JCore(1037): [JServiceCommandHelper] throwable , remote call failed, error:android.os.DeadObjectException
08-07 14:49:03.192: D/JIGUANG-JPush(1037): [PushReceiverCore] onReceive - android.intent.action.USER_PRESENT
08-07 14:49:03.781: D/JIGUANG-JPush(24652): [JPushInterface] action:init - sdkVersion:3.1.5, buildId:409
08-07 14:49:03.781: D/JIGUANG-JCore(24652): [JCoreGlobal] action:init - sdkVersion:1.2.3, buildId:193
08-07 14:49:03.834: D/JIGUANG-JCore(24652): [JCoreGlobal] manifest:channel - developer-default
08-07 14:49:03.837: D/JIGUANG-JCore(24652): [AndroidUtil] action:checkValidManifest
08-07 14:49:03.851: D/JIGUANG-JCore(24652): [JCoreServiceUtils] set Push/Alarm Receiver enabled
08-07 14:49:03.884: D/JIGUANG-JPush(24652): [AndroidUtil] action:checkValidManifest
08-07 14:49:03.980: D/JIGUANG-JCore(24652): [PushService] onStartCommand - intent:Intent { act=foodsoft.apk.intent.PERIOD_RESUME cmp=foodsoft.apk/cn.jpush.android.service.PushService (has extras) }, pkg:foodsoft.apk, connection:0
08-07 14:49:03.981: D/JIGUANG-JCore(24652): [PushService] onStartCommand - intent:Intent { act=foodsoft.apk.cn.jpush.android.intent.check.notification.state cmp=foodsoft.apk/cn.jpush.android.service.PushService (has extras) }, pkg:foodsoft.apk, connection:0
08-07 14:49:03.982: D/JIGUANG-JCore(24652): [PushService] onStartCommand - intent:Intent { act=foodsoft.apk.intent.PERIOD_RESUME cmp=foodsoft.apk/cn.jpush.android.service.PushService (has extras) }, pkg:foodsoft.apk, connection:0
08-07 14:49:03.984: D/JIGUANG-JCore(24652): [PushService] onStartCommand - intent:Intent { act=foodsoft.apk.intent.RTC cmp=foodsoft.apk/cn.jpush.android.service.PushService (has extras) }, pkg:foodsoft.apk, connection:0
08-07 14:49:04.039: D/JIGUANG-JCore(24652): [JiguangTcpManager] Action - restartNetworkingClient, pid:24652

1个回答

热门排序
  • ok11
    2018-08-07 06:51

    按照极光官网的方法,重建一个Demo项目没有问题,包名,appkey什么都一致,可以收到推送,但是按照同样的方法导入项目,收不到信息