fix(core): init failure stacktrace

This commit is contained in:
rhunk 2024-05-29 18:05:51 +02:00
parent d7e8526fe4
commit 7f5a10cce5

View File

@ -89,7 +89,7 @@ class SnapEnhance {
isBridgeInitialized = true isBridgeInitialized = true
}.onFailure { }.onFailure {
logCritical("Failed to initialize bridge", it) logCritical("Failed to initialize bridge", it)
InAppOverlay.showCrashOverlay("SnapEnhance failed to initialize. Please check logs for more details.") InAppOverlay.showCrashOverlay("SnapEnhance failed to initialize. Please check logs for more details.", it)
} }
} }
} }