crash report in a file?

Monkey Targets Forums/Desktop/crash report in a file?

Wylaryzel(Posted 2013) [#1]
My dear Monkeys :-)

I was wondering if it is possible that if the app crashes on the GLFW/Desktop-target that it creates some sort of error-log file or a error dump file in the same directory?

It would make life easier for external testers if they find a crash to send me that file.

Any direction or guidance would be of help :-)

BR
Wyl


ziggy(Posted 2013) [#2]
Depending on the error you're trying to solve, you could try to trap any exception and provide feedback of it. another (a bit more complex) way to do it, is to wrap a debug build application into a launcher that can create a full debug-based stack trace on execution error, and then generate the report and send it to you as an email or just save it to a file.
It should not be too complicated to do.