diff options
| author | Baker Linden <baker@lindenlab.com> | 2014-02-20 15:23:53 -0800 |
|---|---|---|
| committer | Baker Linden <baker@lindenlab.com> | 2014-02-20 15:23:53 -0800 |
| commit | 7faaaa9b113715827ad7103be1865d83eb67793f (patch) | |
| tree | 4a1b33704aa3b4e4a541640f59300a46fcbaa549 /indra/llui/lltabcontainer.cpp | |
| parent | ba0b11fee19b917d26e841f4466d221a50a185b6 (diff) | |
[MAINT-3555] Adding a bajillion log messages to (hopefully) narrow down the cause of the crash
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
| -rwxr-xr-x | indra/llui/lltabcontainer.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp index 2b9286f663..203bf5b50e 100755 --- a/indra/llui/lltabcontainer.cpp +++ b/indra/llui/lltabcontainer.cpp @@ -280,8 +280,16 @@ LLTabContainer::LLTabContainer(const LLTabContainer::Params& p) LLTabContainer::~LLTabContainer() { + LL_INFOS("Baker") << "[3555] ~LLTabContainer() -------------------------------------------------" << LL_ENDL; + LL_INFOS("Baker") << "[3555] ~LLTabContainer() - Deleting mTabList contents..." << LL_ENDL; + std::for_each(mTabList.begin(), mTabList.end(), DeletePointer()); + + LL_INFOS("Baker") << "[3555] ~LLTabContainer() - Clearing mTabList" << LL_ENDL; mTabList.clear(); + + LL_INFOS("Baker") << "[3555] ~LLTabContainer() - done." << LL_ENDL; + LL_INFOS("Baker") << "[3555] Exiting ~LLTabContainer()" << LL_ENDL; } //virtual |
