fix more output truncation
This commit is contained in:
@@ -1191,8 +1191,7 @@ static void DoSave(const EXCEPTION_POINTERS *pExc)
|
|||||||
Report(NULL, hFile, "");
|
Report(NULL, hFile, "");
|
||||||
|
|
||||||
// Dump thread stacks
|
// Dump thread stacks
|
||||||
const char *checkpoints = GetCheckpointLogs("\r\n");
|
WriteBuf( hFile, GetCheckpointLogs("\r\n") );
|
||||||
Report(NULL, hFile, "%s", checkpoints );
|
|
||||||
Report(NULL, hFile, "");
|
Report(NULL, hFile, "");
|
||||||
|
|
||||||
ReportCrashCallStack(NULL, hFile, pExc);
|
ReportCrashCallStack(NULL, hFile, pExc);
|
||||||
|
|||||||
Reference in New Issue
Block a user