Notifying users about crash report ID on login creates confusion.
Revert "Added notification that chat report has been sent after the user logs in."
This reverts commit 4e79bce3e2.
This commit is contained in:
@@ -4694,14 +4694,6 @@ void LLAppViewer::handleLoginComplete()
|
||||
gDebugInfo["MainloopTimeoutState"] = LLAppViewer::instance()->mMainloopTimeout->getState();
|
||||
}
|
||||
|
||||
// After login is complete, check if the crash report has been sent in this session
|
||||
// If it has, insert a notification
|
||||
if (LLCrashLogger::sReportID)
|
||||
{
|
||||
LLNotificationsUtil::add("CrashReportSent", LLSD().with("REPORT_ID", llformat("%d", LLCrashLogger::sReportID)));
|
||||
LLCrashLogger::sReportID = 0;
|
||||
}
|
||||
|
||||
mOnLoginCompleted();
|
||||
|
||||
writeDebugInfo();
|
||||
|
||||
Reference in New Issue
Block a user