--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Because the point of VLOG is that it's not enabled by default and you have to pass --v to turn it on, but if you use VLOG(0) then it's enabled by default because that's the same thing as LOG(INFO). You should use VLOG(1) or higher. 0 is not valid.