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()
432
432
strMessage += strReason;
433
433
}
434
434
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" );
437
437
438
- if (exceptionCode == CUSTOM_EXCEPTION_CODE_OOM && moduleName. EndsWithI ( " \\ kernelbase.dll " ) )
438
+ if (exceptionCode == CUSTOM_EXCEPTION_CODE_OOM)
439
439
{
440
440
strMessage += ' \n ' ;
441
441
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