diff options
| author | Mark Palange (Mani) <palange@lindenlab.com> | 2010-12-10 13:21:08 -0800 |
|---|---|---|
| committer | Mark Palange (Mani) <palange@lindenlab.com> | 2010-12-10 13:21:08 -0800 |
| commit | d85c7264da14a753e055990fe9b653bbd5847300 (patch) | |
| tree | e36aea74874e7be285499fa4331645437b930376 /indra/newview/llappviewer.cpp | |
| parent | 647fe8fb13c02854349fda2113bc9b1902ceca10 (diff) | |
| parent | 10a28e64edb8b1dcd7aca31ec6deef44132fd672 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 41be4eb065..5bd0a0d297 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2935,8 +2935,10 @@ void LLAppViewer::handleViewerCrash() pApp->removeMarkerFile(false); } +#if LL_SEND_CRASH_REPORTS // Call to pure virtual, handled by platform specific llappviewer instance. pApp->handleCrashReporting(); +#endif return; } |
