Add client desync log to server desync log output

This commit is contained in:
Jonathan G Rennison
2019-05-21 18:58:13 +01:00
parent cb0ca43eae
commit 97baff6fd8
12 changed files with 112 additions and 14 deletions

View File

@@ -128,7 +128,7 @@ public:
bool WriteScreenshot(char *filename, const char *filename_last, const char *name = "crash") const;
bool MakeCrashLog() const;
bool MakeDesyncCrashLog() const;
bool MakeDesyncCrashLog(const std::string *log_in, std::string *log_out) const;
bool MakeCrashSavegameAndScreenshot() const;
/**
@@ -138,7 +138,7 @@ public:
*/
static void InitialiseCrashLog();
static void DesyncCrashLog();
static void DesyncCrashLog(const std::string *log_in, std::string *log_out);
static void SetErrorMessage(const char *message);
static void AfterCrashLogCleanup();