Ref T321 Add extended error reporting in CAtomicFile::replaceOriginal

to try to gather more info on the problem saving the data cache session file.
This commit is contained in:
Mat Sutcliffe
2018-09-14 16:53:08 +01:00
committed by Klaus Basan
parent c3cf39e102
commit 74f3301679
3 changed files with 35 additions and 6 deletions

View File

@@ -19,8 +19,15 @@ namespace BlackMisc
{
/*!
* Returns a stack trace of the current thread of execution as a list of function names.
*
* Returns a dummy list in release build.
*/
BLACKMISC_EXPORT QStringList getStackTrace();
/*!
* Returns a stack trace of the current thread of execution as a list of function names.
*/
BLACKMISC_EXPORT QStringList getStackTraceAlways();
}
#endif