Catching QML runtime exceptions
-
Hello all,
We run a QML app on Windows in Kiosk mode. When an unhandled exception/crash happens we go to our watchdog program that runs in the background. This allows the user to relaunch the program, export logs, or allows a service tech to log into Windows to try to sort the problem out.If we run into a QML engine exception all we get is a white screen and there is no way for our tech to get to the windows login. I'm looking for a way where if we get a QML engine exception we simply crash the program rather than displaying a white screen so our watchdog could handle it.
Thanks.