diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 42a3fdd5de..d05e69399e 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -771,7 +771,7 @@ LLAppViewer::LLAppViewer() // static_debug_info.log file std::string logdir = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, ""); // Improve Bugsplat tracking by using attributes - BugSplatAttributes::setCrashContextFileName(logdir + "crash-context.xml"); + BugSplatAttributes::setCrashContextFileName(logdir + "CrashContext.xml"); // # else // ! LL_BUGSPLAT // write Google Breakpad minidump files to a per-run dump directory to avoid multiple viewer issues.