There are no qDebug() messages appearing in that file yet the timestamp is clearly updated so the file is opened. The file is empty even while klog is still running so it's not being cleared retroactively during the program close.
And yes: there are qDebug() messages appearing on stdout lol
There are no
qDebug()
messages appearing in that file yet the timestamp is clearly updated so the file is opened. The file is empty even while klog is still running so it's not being cleared retroactively during the program close.And yes: there are
qDebug()
messages appearing on stdout lol