File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -432,10 +432,10 @@ SString CInstallManager::_ShowCrashFailDialog()
432432 strMessage += strReason;
433433 }
434434
435- const SString moduleName = GetApplicationSetting (" diagnostics" , " last-crash-module" );
436- const int exceptionCode = GetApplicationSettingInt (" diagnostics" , " last-crash-code" );
435+ // const SString moduleName = GetApplicationSetting("diagnostics", "last-crash-module");
436+ const int exceptionCode = GetApplicationSettingInt (" diagnostics" , " last-crash-code" );
437437
438- if (exceptionCode == CUSTOM_EXCEPTION_CODE_OOM && moduleName. EndsWithI ( " \\ kernelbase.dll " ) )
438+ if (exceptionCode == CUSTOM_EXCEPTION_CODE_OOM)
439439 {
440440 strMessage += ' \n ' ;
441441 strMessage += _ (" ** Out of memory - this crash was caused by insufficient free or fragmented memory. **" );
You can’t perform that action at this time.
0 commit comments