From 43873128df4aecd9502fc580548e32058dd6c305 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 29 Aug 2002 23:07:55 +0000 Subject: [PATCH] Send traces to the crash handler. --- stepmania/src/RageLog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index f76a74487c..6fb698cd35 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -14,6 +14,7 @@ #include "RageUtil.h" #include +#include "crash.h" #include "dxerr8.h" #pragma comment(lib, "DxErr8.lib") @@ -72,6 +73,7 @@ void RageLog::Trace( const char *fmt, ...) fprintf( m_fileLog, "%s\n", sBuff ); printf( "%s\n", sBuff ); + CrashLog(sBuff); #ifdef DEBUG this->Flush(); // implicit flush