Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    1a8c8df6
    DRTVWR-418: Ignore logging that requires resurrecting singletons. · 1a8c8df6
    Nat Goodspeed authored
    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.
    1a8c8df6
    History
    DRTVWR-418: Ignore logging that requires resurrecting singletons.
    Nat Goodspeed authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.