自动化测试,6009 错误code

myj
2017-08-10 10:51 1k 0

我正常使用的时候没问题,可以添加tag 、接收推送等等,但是我在自动化测试时候,一直获取不到rid,

    JPushInterface.setTags(ctx, tagsSet, new TagAliasCallback() {
        @Override
        public void gotResult(int responseCode, String alias, Set<String> tags) {
            if (tags == null) {
                return;
            }
            L.e("JPush", "responseCode:" + responseCode + ",alias:" + alias + ",tags:" + tags);
            //responseCode  0 表示调用成功。
        }
    });

这里打印的code也是 6009 无法正常设置别名

1个回答

热门排序
  • myj
    2017-08-10 10:53
    08-10 18:39:28.791 9532-9532/com.dy.aikexue.src.test E/JIGUANG-JCore: [AndroidUtil] The permission should be defined - c 展示全部