Add Crash activity (#8216)

* Add Crash activity

When the application crashes this sends them to a different activity with the cause message and an option to dump the crash logs

* Review changes

(cherry picked from commit 4178f945c9)

# Conflicts:
#	app/src/main/java/eu/kanade/presentation/more/settings/screen/SettingsAdvancedScreen.kt
This commit is contained in:
Andreas
2022-10-16 22:35:20 +02:00
committed by Jobobby04
parent 767059e7a3
commit d07ea91c27
8 changed files with 243 additions and 2 deletions
+6
View File
@@ -58,6 +58,12 @@
android:name="android.app.shortcuts"
android:resource="@xml/shortcuts" />
</activity>
<activity
android:process=":error_handler"
android:name=".crash.CrashActivity"
android:exported="true" />
<activity
android:name=".ui.main.DeepLinkActivity"
android:launchMode="singleTask"