Closed alpha version 1.9.1.8: Re-enable crash reports.
This commit is contained in:
parent
f1877641e5
commit
7e3bc2966e
|
@ -341,7 +341,6 @@ QString PlatformString() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void StartCatching(not_null<Core::Launcher*> launcher) {
|
void StartCatching(not_null<Core::Launcher*> launcher) {
|
||||||
return; AssertIsDebug();
|
|
||||||
#ifndef DESKTOP_APP_DISABLE_CRASH_REPORTS
|
#ifndef DESKTOP_APP_DISABLE_CRASH_REPORTS
|
||||||
ProcessAnnotations["Binary"] = cExeName().toUtf8().constData();
|
ProcessAnnotations["Binary"] = cExeName().toUtf8().constData();
|
||||||
ProcessAnnotations["ApiId"] = QString::number(ApiId).toUtf8().constData();
|
ProcessAnnotations["ApiId"] = QString::number(ApiId).toUtf8().constData();
|
||||||
|
|
Loading…
Reference in New Issue