diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2010-04-09 23:48:50 -0600 |
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2010-04-09 23:48:50 -0600 |
| commit | d64ccab573e9455815dede58f8027a8f2337a728 (patch) | |
| tree | 1b29bf6eda86d9f70a31f6a19e9535b8d1ee202d /indra/newview/llappviewer.cpp | |
| parent | 0dee7a3ece05f418c1deb422771cfed8d89826b3 (diff) | |
the first round of the debug code for EXT-6792: Crash on ATI 3200
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 3e7ef26bcd..f19a33301a 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2577,6 +2577,8 @@ void LLAppViewer::handleViewerCrash() { llinfos << "Handle viewer crash entry." << llendl; + llinfos << "Last render pool type: " << LLPipeline::sCurRenderPoolType << llendl ; + //print out recorded call stacks if there are any. LLError::LLCallStacks::print(); |
