You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
When an error occurs in my app in release profile where there is no console, I want to pop up an error and force the app to exit instead of just panicking.
I registered my own error handler using GLOBAL_ERROR_HANDLER, how can I terminate the app from there (freeing resources instead of panicking)? I can't use EventWriter.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
When an error occurs in my app in release profile where there is no console, I want to pop up an error and force the app to exit instead of just panicking.
I registered my own error handler using GLOBAL_ERROR_HANDLER, how can I terminate the app from there (freeing resources instead of panicking)? I can't use EventWriter.
Beta Was this translation helpful? Give feedback.
All reactions