Skip to content
Snippets Groups Projects
Commit 62eecd87 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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.
parent 07d7e48f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment