JPush Android SDK v3.1.0 导致OPPO手机大量崩溃异常

interestzds
2017-12-27 03:10 1.3k 0

新版更新到JPush Android SDK v3.1.0 ,同时设置PushService到独立进程中 代码如下:

<!-- 可配置android:process参数将PushService放在其他进程中 -->
        <service
            android:name="cn.jpush.android.service.PushService"
            android:exported="false"
            android:process=":jpush"
            tools:node="replace">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.REGISTER"/>
                <action android:name="cn.jpush.android.intent.REPORT"/>
                <action android:name="cn.jpush.android.intent.PushService"/>
                <action android:name="cn.jpush.android.intent.PUSH_TIME"/>
            </intent-filter>
        </service>

该异常都是程序运行后置入后台后,过段时间出现 该异常还是底层native异常。

1个回答

热门排序
  • 这里的崩溃信息里面,没有看到和我们相关的错误啊,无法分析出与我们 SDK 是否有关系