mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
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:
committed by
Klaus Basan
parent
c3cf39e102
commit
74f3301679
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user