Added debug log viewing function

This commit is contained in:
2022-10-05 04:36:55 +08:00
parent a44d29e102
commit 92f6837c30
15 changed files with 515 additions and 2 deletions

View File

@@ -63,6 +63,11 @@
android:exported="false"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.debug.LoggerActivity"
android:exported="false"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.errors.AppErrorsRecordActivity"
android:exported="true"