- Sep 25, 2020
-
-
Andrey Kleshchev authored
These logs were not logging for very long due to supressed logging system, no point showing them now
-
- Sep 02, 2016
-
-
Nat Goodspeed authored
LLError::abbreviateFile() is specifically to avoid cluttering log output with the prefix of an absolute file path on the original build system, pointless for anyone trying to read the log.
-
- 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.
-