diff options
author | feng@chromium.org <feng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 06:36:10 +0000 |
---|---|---|
committer | feng@chromium.org <feng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-16 06:36:10 +0000 |
commit | 6bffc8473da48f2134690b58af248f5b01eab0b0 (patch) | |
tree | f27620f24c64e7bc9b44a3a0c07e41e37ca5a2ec /tools | |
parent | 6f4d763fb13693396e1d5bc0fa51a73e0c52d586 (diff) | |
download | chromium_src-6bffc8473da48f2134690b58af248f5b01eab0b0.zip chromium_src-6bffc8473da48f2134690b58af248f5b01eab0b0.tar.gz chromium_src-6bffc8473da48f2134690b58af248f5b01eab0b0.tar.bz2 |
Add a new UMA histogram name.
The new metric was added in https://codereview.chromium.org/200753002
but was left out from the original CL.
BUG=311644
Review URL: https://codereview.chromium.org/237963012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index ebe9522..e172e6b 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -8429,6 +8429,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="LibraryLoader.NativeLibraryHack" enum="BooleanUsage"> + <owner>feng@chromium.org</owner> + <summary> + A boolean that indicates whether the workaround of a Sony framework bug was + used. The metric is Android-specific, and is logged when the browser starts. + See more details at http://crbug.com/311644. + </summary> +</histogram> + <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> <owner>Please list the metric's owners. Add more owner tags as needed.</owner> <summary>The version of glibc used. (Linux only)</summary> |