Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be consistent with new exception conventions.
|
|
|
|
|
|
|
|
Previous logic could possibly leave mStartTime uninitialized, producing fatal
warnings with gcc 4.7.
|
|
|
|
for possibly-uninitialized data member in BlockTimer::BlockTimer.
NickyD suggested a real fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
image even if there were no changes
|
|
|
|
editing outfit
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Raw lllog() doesn't work for varying log level, which is why LL_VLOGS()
exists.
|
|
|
|
In some places we want to log the same information but with different severity
depending on specifics. In other cases we need to test the availability of the
logging subsystem before engaging it. LL_VLOGS() accepts an LLError::ELevel
argument that can differ with each call, while retaining the desirable feature
of deciding only once for each level.
|
|
|
|
|
|
one will take precedence
|
|
independently of general Snapshot floater
|
|
|
|
|
|
|
|
|
|
|