am 9cd816b3
: Merge "metricsd: Log the histogram name to hash mapping."
* commit '9cd816b33d97f1a6427d6e265bbc58eb712178d0': metricsd: Log the histogram name to hash mapping.
This commit is contained in:
commit
ef391cb94a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ uint64_t MetricsLogBase::Hash(const std::string& value) {
|
|||
// name. We can then use this logging to find out what histogram name was
|
||||
// being hashed to a given MD5 value by just running the version of Chromium
|
||||
// in question with --enable-logging.
|
||||
DVLOG(1) << "Metrics: Hash numeric [" << value << "]=[" << hash << "]";
|
||||
VLOG(1) << "Metrics: Hash numeric [" << value << "]=[" << hash << "]";
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue