PDA

View Full Version : QT Log Automatic



vivekkaisth2015@gmail.com
22nd March 2016, 05:43
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.

ChrisW67
23rd March 2016, 20:21
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."