- Aug 30, 2016
-
-
Nat Goodspeed authored
Introduce corresponding llcleanup.cpp, llinitdestroyclass.cpp modules to contain code that performs logging calls. Track class::method names for LLInitClass<T> and LLDestroyClass<T> subclasses, and log them when called. The order in which these calls occur could be relevant to bugs, and could surface the need to convert to LLSingleton dependencies.
-
- May 20, 2015
-
-
Nat Goodspeed authored
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it.
-