diff options
author | Dave Parks <davep@lindenlab.com> | 2021-09-27 23:56:06 +0000 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2021-09-27 23:56:06 +0000 |
commit | 675514bdb372c25b50dd2c42b06633895c86b8ce (patch) | |
tree | 4d659b9600e12495cace9f88dd94ea23ab0c9aff /indra/test | |
parent | 78007d2592290582e3b3fbff002376ad0561779f (diff) |
SL-16093 Don't force the console window to be open on developer builds because it causes frame stalls while logging.
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp index 87c4a8d8a3..bb48216b2b 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -112,6 +112,7 @@ public: virtual void recordMessage(LLError::ELevel level, const std::string& message) { + LL_PROFILE_ZONE_SCOPED mFile << message << std::endl; } |