aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/main.cpp')
-rw-r--r--src/app/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index e17ef27e20..202b0461df 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -412,11 +412,6 @@ QStringList lastSessionArgument()
#ifdef ENABLE_CRASHPAD
bool startCrashpad(const QString &libexecPath, bool crashReportingEnabled)
{
- if (QSysInfo::currentCpuArchitecture() == "arm64") {
- qDebug() << "The crashpad_handler binary does not work on arm64 properly. So it is disabled for now.";
- return false;
- }
-
using namespace crashpad;
// Cache directory that will store crashpad information and minidumps