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

DRTVWR-447: Add static_debug_info.log file to Windows crash report.

Also use the LLOSInfo information for platform rather than simply Windows32 or
Windows64.
parent 87763d96
No related branches found
No related tags found
No related merge requests found
...@@ -126,9 +126,14 @@ namespace ...@@ -126,9 +126,14 @@ namespace
sBugSplatSender->sendAdditionalFile( sBugSplatSender->sendAdditionalFile(
WCSTR(gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "settings.xml"))); WCSTR(gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "settings.xml")));
sBugSplatSender->sendAdditionalFile(
WCSTR(*LLAppViewer::instance()->getStaticDebugFile()));
// We don't have an email address for any user. Hijack this // We don't have an email address for any user. Hijack this
// metadata field for the platform identifier. // metadata field for the platform identifier.
sBugSplatSender->setDefaultUserEmail(WCSTR(STRINGIZE("Windows" << ADDRESS_SIZE))); sBugSplatSender->setDefaultUserEmail(
WCSTR(STRINGIZE(LLOSInfo::instance().getOSStringSimple() << " ("
<< ADDRESS_SIZE << "-bit)")));
if (gAgentAvatarp) if (gAgentAvatarp)
{ {
......
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