Closed alpha version 1.9.1.8: Re-enable crash reports.

This commit is contained in:
John Preston 2019-12-06 14:28:07 +03:00
parent f1877641e5
commit 7e3bc2966e
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ QString PlatformString() {
}
void StartCatching(not_null<Core::Launcher*> launcher) {
return; AssertIsDebug();
#ifndef DESKTOP_APP_DISABLE_CRASH_REPORTS
ProcessAnnotations["Binary"] = cExeName().toUtf8().constData();
ProcessAnnotations["ApiId"] = QString::number(ApiId).toUtf8().constData();