2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 07:05:13 +00:00

windows backtrace logging done, showing error when cant start telegram or previous launch was not finished properly

This commit is contained in:
John Preston
2016-01-25 13:22:58 +03:00
parent 0f4405dbaf
commit c8d7d23ee6
12 changed files with 661 additions and 178 deletions

View File

@@ -37,6 +37,8 @@ int main(int argc, char *argv[]) {
return psFixPrevious();
} else if (cLaunchMode() == LaunchModeCleanup) {
return psCleanup();
} else if (cLaunchMode() == LaunchModeShowCrash) {
return psShowCrash(QFileInfo(cStartUrl()).absoluteFilePath());
}
Logs::Initializer _logs;