15 行
643 B
XML
15 行
643 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
<application>
|
||
|
|
<!--
|
||
|
|
initOrder=89 < sdk-core XuqmInitializerProvider(90),确保 core 先完成本地初始化,
|
||
|
|
BugCollect 能读到 XuqmSDK.appKey / platformUrl 后立即注册 UncaughtExceptionHandler。
|
||
|
|
-->
|
||
|
|
<provider
|
||
|
|
android:name="com.xuqm.sdk.bugcollect.internal.BugCollectInitProvider"
|
||
|
|
android:authorities="${applicationId}.xuqm-bugcollect-init"
|
||
|
|
android:exported="false"
|
||
|
|
android:initOrder="89" />
|
||
|
|
</application>
|
||
|
|
</manifest>
|