mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Comment out "List of linked Modules" section in windows crash report.
It is bloating the crash report with unhelpful messages.
This commit is contained in:
committed by
sledgehammer999
parent
ec61f24099
commit
c27fb110f8
@@ -259,9 +259,9 @@ const QString straceWin::getBacktrace()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logStream << "\n\nList of linked Modules:\n";
|
//logStream << "\n\nList of linked Modules:\n";
|
||||||
EnumModulesContext modulesContext(hProcess, logStream);
|
//EnumModulesContext modulesContext(hProcess, logStream);
|
||||||
SymEnumerateModules64(hProcess, EnumModulesCB, (PVOID)&modulesContext);
|
//SymEnumerateModules64(hProcess, EnumModulesCB, (PVOID)&modulesContext);
|
||||||
logStream << "```";
|
logStream << "```";
|
||||||
return log;
|
return log;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user