WiP. fwrites are being stopped by AZCoreLogSink; need a long term solution to work around this...
Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
#include "ProcessCommunicatorTracePrinter.h"
|
||||
|
||||
#pragma optimize("", off) //< remember to place this after the #includes so that you only optimize the code you want
|
||||
|
||||
ProcessCommunicatorTracePrinter::ProcessCommunicatorTracePrinter(AzFramework::ProcessCommunicator* communicator, const char* window) :
|
||||
m_communicator(communicator),
|
||||
m_window(window)
|
||||
@@ -84,3 +86,4 @@ void ProcessCommunicatorTracePrinter::WriteCurrentString(bool isFromStdErr)
|
||||
bufferToUse.clear();
|
||||
}
|
||||
}
|
||||
#pragma optimize("", on)
|
||||
|
||||
Reference in New Issue
Block a user