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:
Gene Walters
2021-11-15 12:37:52 -08:00
parent 4d161f42df
commit e1ace4a8f6
@@ -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)