2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

backtrace output for win platform added, testing with abort() call in ~AppClass()

This commit is contained in:
John Preston
2016-01-21 14:58:58 +08:00
parent d672353ff9
commit 0f4405dbaf
11 changed files with 507 additions and 72 deletions

View File

@@ -67,5 +67,6 @@ int main(int argc, char *argv[]) {
psExecTelegram();
}
SignalHandlers::finish();
return result;
}