diff --git a/app/common/crashpadinterface.cpp b/app/common/crashpadinterface.cpp index c65db16d0..adc954e49 100644 --- a/app/common/crashpadinterface.cpp +++ b/app/common/crashpadinterface.cpp @@ -86,7 +86,7 @@ bool InitializeCrashpad() bool status = false; if (QFileInfo::exists(handler_abs_path)) { - base::FilePath handler(QSTRING_TO_BASE_STRING(handler_fn)); + base::FilePath handler(QSTRING_TO_BASE_STRING(handler_abs_path)); base::FilePath reports_dir = GenerateReportPathForCrashpad();