From 36e454787bb2a8286a7e853a4fd12b05ae89f040 Mon Sep 17 00:00:00 2001 From: Beq Date: Thu, 19 Dec 2024 18:17:28 +0000 Subject: [PATCH] Fixup the FS tagging here. --- indra/newview/llappviewerwin32.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index 8db9a391a8..525a4ce872 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -196,7 +196,8 @@ namespace } // LL_ERRS message, when there is one - // sBugSplatSender->setDefaultUserDescription(WCSTR(LLError::getFatalMessage())); + // Improve bugsplpat reporting with attributes + // sBugSplatSender->setDefaultUserDescription(WCSTR(LLError::getFatalMessage())); // sBugSplatSender->setAttribute(WCSTR(L"OS"), WCSTR(LLOSInfo::instance().getOSStringSimple())); // In case we ever stop using email for this // sBugSplatSender->setAttribute(WCSTR(L"AppState"), WCSTR(LLStartUp::getStartupStateString())); // sBugSplatSender->setAttribute(WCSTR(L"GL Vendor"), WCSTR(gGLManager.mGLVendor)); @@ -205,9 +206,6 @@ namespace // sBugSplatSender->setAttribute(WCSTR(L"GL Renderer"), WCSTR(gGLManager.mGLRenderer)); // sBugSplatSender->setAttribute(WCSTR(L"VRAM"), WCSTR(STRINGIZE(gGLManager.mVRAM))); // sBugSplatSender->setAttribute(WCSTR(L"RAM"), WCSTR(STRINGIZE(gSysMemory.getPhysicalMemoryKB().value()))); - // Improve bugsplpat reporting with attributes - // sBugSplatSender->setDefaultUserDescription(WCSTR(LLError::getFatalMessage())); - // sBugSplatSender->setAttribute(WCSTR(L"AppState"), WCSTR(LLStartUp::getStartupStateString())); auto fatal_message = LLError::getFatalMessage(); sBugSplatSender->setDefaultUserDescription(WCSTR(fatal_message));