Change CrashContext file name per new BugSplat update

master
Beq 2025-03-13 00:49:23 +00:00
parent fdc848160d
commit 3fd6a54fc5
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ LLAppViewer::LLAppViewer()
// static_debug_info.log file
std::string logdir = gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "");
// <FS:Beq> Improve Bugsplat tracking by using attributes
BugSplatAttributes::setCrashContextFileName(logdir + "crash-context.xml");
BugSplatAttributes::setCrashContextFileName(logdir + "CrashContext.xml");
// </FS:Beq>
# else // ! LL_BUGSPLAT
// write Google Breakpad minidump files to a per-run dump directory to avoid multiple viewer issues.