From 7e3bc2966eab341c9f5bbac0595b13576d0e7167 Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 6 Dec 2019 14:28:07 +0300 Subject: [PATCH] Closed alpha version 1.9.1.8: Re-enable crash reports. --- Telegram/SourceFiles/core/crash_reports.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/core/crash_reports.cpp b/Telegram/SourceFiles/core/crash_reports.cpp index ccb2d2ce6..f4b11d6ab 100644 --- a/Telegram/SourceFiles/core/crash_reports.cpp +++ b/Telegram/SourceFiles/core/crash_reports.cpp @@ -341,7 +341,6 @@ QString PlatformString() { } void StartCatching(not_null launcher) { - return; AssertIsDebug(); #ifndef DESKTOP_APP_DISABLE_CRASH_REPORTS ProcessAnnotations["Binary"] = cExeName().toUtf8().constData(); ProcessAnnotations["ApiId"] = QString::number(ApiId).toUtf8().constData();