diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 08:36:44 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-15 08:36:44 +0000 |
| commit | fc2c7947870f2761652b10b3170fd3b0fc89c88a (patch) | |
| tree | b9bb70f00eb8afd4c7688fbbb10c24c774bbcc22 /android-app/app/src/main/AndroidManifest.xml | |
| parent | 4e92a12b47d53ddf85a90a10ea11715d99c41756 (diff) | |
feat: add file-based crash logger for offline diagnostics
NavApplication installs an UncaughtExceptionHandler that writes
crash stack traces to crash_latest.txt (and timestamped copies) in
the app's external files dir. Readable without root or ADB.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'android-app/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android-app/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android-app/app/src/main/AndroidManifest.xml b/android-app/app/src/main/AndroidManifest.xml index 0b9fc05..e3d679b 100644 --- a/android-app/app/src/main/AndroidManifest.xml +++ b/android-app/app/src/main/AndroidManifest.xml @@ -9,6 +9,7 @@ <uses-permission android:name="android.permission.RECORD_AUDIO" /> <application + android:name=".NavApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" |
