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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user