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.
meow-7.2.2
Nat Goodspeed 2018-07-10 17:47:00 -04:00
parent 07d7e48f41
commit 62eecd87a5
1 changed files with 3 additions and 0 deletions

View File

@ -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