mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
backtrace output for win platform added, testing with abort() call in ~AppClass()
This commit is contained in:
@@ -179,6 +179,8 @@ namespace Notify {
|
||||
struct GlobalDataStruct {
|
||||
QString LangSystemISO;
|
||||
int32 LangSystem = languageDefault;
|
||||
|
||||
QByteArray LastCrashDump;
|
||||
};
|
||||
GlobalDataStruct *GlobalData = 0;
|
||||
|
||||
@@ -278,6 +280,7 @@ Type &Ref##Name() { \
|
||||
|
||||
DefineGlobalReadOnly(QString, LangSystemISO);
|
||||
DefineGlobalReadOnly(int32, LangSystem);
|
||||
DefineGlobal(QByteArray, LastCrashDump);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user