diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-11-12 18:21:00 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-18 11:08:41 +0200 |
| commit | 3e7c67b5493d6dde2751c08e324db0c8d00a5a6a (patch) | |
| tree | 6ffb8159445eea4ae7aec23dabb4eb21e7e8ba7a /indra/newview/llappviewer.cpp | |
| parent | c6101b38bd7702c9613986ef9eba1d556df050be (diff) | |
#4939 Bugsplat update
to version 1.2.6
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 7ed65e7027..9bc5b57695 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3625,7 +3625,9 @@ void LLAppViewer::writeSystemInfo() #if LL_WINDOWS && !LL_BUGSPLAT gDebugInfo["SLLog"] = gDirUtilp->getExpandedFilename(LL_PATH_DUMP,"SecondLife.log"); #else - //Not ideal but sufficient for good reporting. + // Far from ideal, especially when multiple instances get involved. + // Note that attachmentsForBugSplat expects .old extendion. + // Todo: improve. gDebugInfo["SLLog"] = gDirUtilp->getExpandedFilename(LL_PATH_LOGS,"SecondLife.old"); //LLError::logFileName(); #endif |
