Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
(2526/chrome47 version - soon to be replaced with 2704/chrome 51)
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This particular test relied on there being exactly one instance of the string
"indra" in the source file's __FILE__ path -- which is usually true, but not
if the developer clones the viewer source repo under a parent directory whose
path itself contains "indra". Fix to handle any number of occurrences.
|
|
|