QT Log Automatic - Is there a way to check GUI crash in default logs. where are default log created and how do we activate them in case they are not created default.
QT Log Automatic - Is there a way to check GUI crash in default logs. where are default log created and how do we activate them in case they are not created default.
Your program only writes "default logs" that you program it to write, they only contain what your program puts in them, and they go where you put them.
If your program is built for debug then you can use the debugger to determine where a program is crashing. This has nothing to do with "default logs."
Bookmarks