diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 14:09:14 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-13 14:09:14 -0400 |
commit | 1a8c8df6862620de64f621363b025b0ffbef72fa (patch) | |
tree | a6a9d5d0295f9d3d1dabdafe7dbebc6f69ea61a9 /indra/viewer_components | |
parent | 04c3f2b0f0e6cc2a2a64007ae179072ed45102b5 (diff) |
DRTVWR-418: Ignore logging that requires resurrecting singletons.
The logging subsystem depends on two different LLSingletons for some reason.
It turns out to be very difficult to completely avoid executing any logging
calls after the LLSingletonBase::deleteAll(), but we really don't want to
resurrect those LLSingletons so late in the run for a couple stragglers.
Introduce LLSingleton::wasDeleted() query method, and use it in logging
subsystem to simply bypass last-millisecond logging requests.
Diffstat (limited to 'indra/viewer_components')
0 files changed, 0 insertions, 0 deletions