2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 23:15:59 +00:00

Move OpenSSL probing before crash reporter.

This commit is contained in:
John Preston
2024-04-24 19:12:46 +04:00
parent ef614150d5
commit c16d820b88
6 changed files with 2 additions and 15 deletions

View File

@@ -385,6 +385,7 @@ int Launcher::exec() {
// Must be started before Sandbox is created.
Platform::start();
ThirdParty::start();
auto result = executeApplication();
DEBUG_LOG(("Telegram finished, result: %1").arg(result));
@@ -400,6 +401,7 @@ int Launcher::exec() {
}
CrashReports::Finish();
ThirdParty::finish();
Platform::finish();
Logs::finish();