This commit is contained in:
Glenn Maynard
2004-10-27 19:52:51 +00:00
parent 303d0600d4
commit 48fda990cd
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -795,7 +795,9 @@ static void DoSave()
Report(NULL, hFile, "");
// Dump thread stacks
WriteBuf( hFile, Checkpoints::GetLogs("\r\n") );
static char buf[1024*32];
Checkpoints::GetLogs( buf, sizeof(buf), "\r\n" );
WriteBuf( hFile, buf );
Report(NULL, hFile, "");
ReportCallStack( NULL, hFile, g_CrashInfo.m_BacktracePointers );