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
parent
07d7e48f41
commit
62eecd87a5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue