Chromium Code Reviews
DescriptionReplace VLOG(0) with VLOG(1) in accessibility code
VLOG(0) is the same as LOG(INFO) which is pretty spammy by
default, and DVLOG is only available in debug builds. Replace
with VLOG(1) for two cases of files where we don't want logging
by default but where it's useful to have the option to enable
logging for a release build.
BUG=653715
Committed: https://crrev.com/ab6b47da9faa24b7e356d493ce21b940ba16fbca
Cr-Commit-Position: refs/heads/master@{#427399}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|
||||||||||||||||||||||||||||