mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-04 08:24:30 +02:00
fix(core): init failure stacktrace
This commit is contained in:
parent
d7e8526fe4
commit
7f5a10cce5
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user