Remove: [Win32] module-list from crash.log (#11219)
Only Windows implemented this, and it opens the files to read them to get a CRC. Doing this in a crash-handler is strange at best. Lastly, nobody has actually ever used this information to come to some sort of conclusion. The module-list is used in combination with the crash.dmp, but this information is already embedded in there.
This commit is contained in:
@@ -44,14 +44,6 @@ protected:
|
||||
*/
|
||||
virtual void LogStacktrace(std::back_insert_iterator<std::string> &output_iterator) const = 0;
|
||||
|
||||
/**
|
||||
* Writes the dynamically linked libraries/modules to the buffer, if there
|
||||
* is information about it available.
|
||||
* @param output_iterator Iterator to write the output to.
|
||||
*/
|
||||
virtual void LogModules(std::back_insert_iterator<std::string> &output_iterator) const;
|
||||
|
||||
|
||||
void LogOpenTTDVersion(std::back_insert_iterator<std::string> &output_iterator) const;
|
||||
void LogConfiguration(std::back_insert_iterator<std::string> &output_iterator) const;
|
||||
void LogLibraries(std::back_insert_iterator<std::string> &output_iterator) const;
|
||||
|
Reference in New Issue
Block a user