diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-05-26 14:43:27 +0100 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-05-26 14:43:27 +0100 |
commit | a63b6dd93c1ef78e647dbd221a5a3b14ff363102 (patch) | |
tree | 61017377079e4677ea0b883cf9dfc8b94fda98d1 /indra/llcommon/llapp.h | |
parent | 6a39149fec72e3a105d7a47b8a9f5aa2a0bfba87 (diff) |
Hooked up Google Breakpad for the Linux client too.
Using Alain's Darwin reporter callback was all that was needed.
Also replaced the call that exposed the breakpad exception class
with a call to just write out the minidump, as that was the only
reason for exposing it. Now clients don't need to know about
Google Breakpad.
Diffstat (limited to 'indra/llcommon/llapp.h')
-rw-r--r-- | indra/llcommon/llapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/llapp.h b/indra/llcommon/llapp.h index 8b2dc1ab72..7b1144ebf1 100644 --- a/indra/llcommon/llapp.h +++ b/indra/llcommon/llapp.h @@ -237,9 +237,9 @@ public: //@} // - // Expose exception handler. + // Write out a Google Breakpad minidump file. // - google_breakpad::ExceptionHandler * getExceptionHandler(void) { return mExceptionHandler; } + void writeMiniDump(); #if !LL_WINDOWS // |