summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-10-28 16:51:33 -0400
committerOz Linden <oz@lindenlab.com>2011-10-28 16:51:33 -0400
commit5e2bbdfc2ede7b9008328f63e2824d2912a82c7e (patch)
tree5dfd62c7e9039f159517646bfdb00552fede6d8f /indra/llcrashlogger/llcrashlogger.h
parent53f7c7153e54cbe5179a6c5f14afbbdaf8a5edf1 (diff)
parent5c868a90f2e30245771aa1ef402645d6d3f12ab1 (diff)
merge changes for storm-1671
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rwxr-xr-x[-rw-r--r--]indra/llcrashlogger/llcrashlogger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h
index 5d0cb5931c..1510d7e0b3 100644..100755
--- a/indra/llcrashlogger/llcrashlogger.h
+++ b/indra/llcrashlogger/llcrashlogger.h
@@ -48,7 +48,8 @@ public:
virtual void updateApplication(const std::string& message = LLStringUtil::null);
virtual bool init();
virtual bool mainLoop() = 0;
- virtual bool cleanup() { return true; }
+ virtual bool cleanup() = 0;
+ void commonCleanup();
void setUserText(const std::string& text) { mCrashInfo["UserNotes"] = text; }
S32 getCrashBehavior() { return mCrashBehavior; }
bool runCrashLogPost(std::string host, LLSD data, std::string msg, int retries, int timeout);