diff options
author | Richard Linden <none@none> | 2012-09-24 18:56:01 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-09-24 18:56:01 -0700 |
commit | adeeabfc13c91dc99a1ea1949cd2f820c4150995 (patch) | |
tree | 641a7bcfe966c1994f1461a1672e7a5193023ff8 /indra/llcommon/llcommon.cpp | |
parent | 735fde8c742188d019e41faf26ff67aab6a24d25 (diff) |
SH-3275 WIP Run viewer metrics for object update messages
moved LLThreadLocalPtr to llapr
fixed various startup race conditions for LLThreadLocalPtr
Diffstat (limited to 'indra/llcommon/llcommon.cpp')
-rw-r--r-- | indra/llcommon/llcommon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llcommon.cpp b/indra/llcommon/llcommon.cpp index 8be9e4f4de..512e7da840 100644 --- a/indra/llcommon/llcommon.cpp +++ b/indra/llcommon/llcommon.cpp @@ -44,6 +44,7 @@ void LLCommon::initClass() } LLTimer::initClass(); LLThreadSafeRefCount::initThreadSafeRefCount(); + LLTrace::init(); // LLWorkerThread::initClass(); // LLFrameCallbackManager::initClass(); } @@ -61,4 +62,5 @@ void LLCommon::cleanupClass() sAprInitialized = FALSE; } LLMemory::cleanupClass(); + LLTrace::cleanup(); } |