mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 05:07:46 +02:00
fix(core): init failure stacktrace
This commit is contained in:
@ -89,7 +89,7 @@ class SnapEnhance {
|
||||
isBridgeInitialized = true
|
||||
}.onFailure {
|
||||
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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user