summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMark Palange (Mani) <palange@lindenlab.com>2010-12-10 13:21:08 -0800
committerMark Palange (Mani) <palange@lindenlab.com>2010-12-10 13:21:08 -0800
commitd85c7264da14a753e055990fe9b653bbd5847300 (patch)
treee36aea74874e7be285499fa4331645437b930376 /indra/newview/llappviewer.cpp
parent647fe8fb13c02854349fda2113bc9b1902ceca10 (diff)
parent10a28e64edb8b1dcd7aca31ec6deef44132fd672 (diff)
Merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
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;
}