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:
Latif Khalifa
2013-11-29 16:09:58 +01:00
parent 2c99e07b93
commit d8fa14cac5
4 changed files with 3 additions and 27 deletions

View File

@@ -40,14 +40,13 @@ public:
LLCrashLogger();
virtual ~LLCrashLogger();
S32 loadCrashBehaviorSetting();
static S32 sReportID;
bool readDebugFromXML(LLSD& dest, const std::string& filename );
bool readDebugFromXML(LLSD& dest, const std::string& filename );
void gatherFiles();
void mergeLogs( LLSD src_sd );
void mergeLogs( LLSD src_sd );
virtual void gatherPlatformSpecificFiles() {}
bool saveCrashBehaviorSetting(S32 crash_behavior);
bool sendCrashLog(std::string dump_dir);
bool sendCrashLog(std::string dump_dir);
LLSD constructPostData();
void setUserText(const std::string& text) { mCrashInfo["UserNotes"] = text; }
S32 getCrashBehavior() { return mCrashBehavior; }