Add client desync log to server desync log output
This commit is contained in:
@@ -516,8 +516,8 @@ void CDECL HandleCrash(int signum, siginfo_t *si, void *context)
|
||||
}
|
||||
}
|
||||
|
||||
/* static */ void CrashLog::DesyncCrashLog()
|
||||
/* static */ void CrashLog::DesyncCrashLog(const std::string *log_in, std::string *log_out)
|
||||
{
|
||||
CrashLogOSX log(CrashLogOSX::DesyncTag{});
|
||||
log.MakeDesyncCrashLog();
|
||||
log.MakeDesyncCrashLog(log_in, log_out);
|
||||
}
|
||||
|
Reference in New Issue
Block a user