diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-07-10 17:47:00 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-07-10 17:47:00 -0400 |
commit | 62eecd87a5610aae41cff6dc6ebcc81e7bcb474f (patch) | |
tree | 89ad98282f4ace6abf796419a3074dcecdb790b6 /indra/newview | |
parent | 07d7e48f4157929b607c4183929aa02b8391444c (diff) |
SL-932: Attach user's settings.xml file to Windows crash reports.
It is not obvious whether the BugsplatMac attachment API even supports
multiple file attachments. I've contacted BugSplat support.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 1e135fa229..adb3a2bbe2 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -123,6 +123,9 @@ namespace sBugSplatSender->sendAdditionalFile( WCSTR(gDirUtilp->getExpandedFilename(LL_PATH_LOGS, "SecondLife.log"))); + sBugSplatSender->sendAdditionalFile( + WCSTR(gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "settings.xml"))); + if (gAgentAvatarp) { // user name, when we have it |