mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07: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:
parent
654c8edc6b
commit
7b2fab411c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue