diff options
author | Oz Linden <oz@lindenlab.com> | 2019-06-05 14:27:48 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2019-06-05 14:27:48 -0400 |
commit | e711376cc75a51973291d1730467c0b6e3a74226 (patch) | |
tree | 38b320f866e8d9a402a081dac0d1f00f95e66823 /indra/llcommon | |
parent | 1e98a607d08019f66ae878e4cb247e850a7443cf (diff) |
assorted cleanup
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llapp.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 421af3006e..34c969437b 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -526,7 +526,12 @@ void LLApp::setupErrorHandling(bool second_instance) #endif // LL_LINUX #endif // ! LL_WINDOWS + +#ifdef LL_BUGSPLAT + // do not start our own error thread +#else // ! LL_BUGSPLAT startErrorThread(); +#endif } void LLApp::startErrorThread() |