Skip to content

Commit 5618eaf

Browse files
committed
1:把崩溃页面注册到表单中 。
1 parent 84e3036 commit 5618eaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

module_app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
<data android:scheme="@string/global_scheme" /> <!-- 改成自己的scheme -->
2424
</intent-filter>
2525
</activity>
26-
26+
<!--发送崩溃日志界面-->
27+
<activity
28+
android:name="org.acra.CrashReportDialog"
29+
android:excludeFromRecents="true"
30+
android:finishOnTaskLaunch="true" />
2731
</application>
2832

2933
</manifest>

0 commit comments

Comments
 (0)