Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index aeeadc40ccdc87c7ca6faed92be7e5584057be9c..52d6c74d77f38d8ac7769051878e36aa4af17900 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2707,6 +2707,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>Is low memory device.</summary> |
</histogram> |
+<histogram name="ChromiumAndroidLinker.LibraryLoadFromApkSupported" |
+ enum="Boolean"> |
Ilya Sherman
2014/10/10 22:26:05
nit: Please use a more custom-tailored boolean, e.
petrcermak
2014/10/13 09:42:44
Done.
|
+ <owner>petrcermak@chromium.org</owner> |
+ <summary> |
+ Whether the device supports loading a library directly from the APK file. |
Ilya Sherman
2014/10/10 22:26:05
Please document when this histogram is recorded.
petrcermak
2014/10/13 09:42:44
Done.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="ChromiumAndroidLinker.LoadedAtFixedAddressFailed" |
enum="Boolean"> |
<obsolete> |