Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f7380aec7b19aaad4698570db7d5ca4f95f21ef8..9065dcc2586660ff90591aa5ee5533d54cdf8bbc 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2707,8 +2707,8 @@ 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="BooleanSupported"> |
+<histogram name="ChromiumAndroidLinker.LibraryLoadFromApkStatus" |
+ enum="LibraryLoadFromApkStatus"> |
<owner>petrcermak@chromium.org</owner> |
<summary> |
Whether the device supports loading a library directly from the APK file. |
@@ -39890,11 +39890,6 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="1" label="Success"/> |
</enum> |
-<enum name="BooleanSupported" type="int"> |
- <int value="0" label="Not supported"/> |
- <int value="1" label="Supported"/> |
-</enum> |
- |
<enum name="BooleanSuppressed" type="int"> |
<int value="0" label="No suppressions"/> |
<int value="1" label="Suppressed"/> |
@@ -46118,6 +46113,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="256" label="FILE_NOT_SPECIFIED"/> |
</enum> |
+<enum name="LibraryLoadFromApkStatus" type="int"> |
+ <int value="0" label="Unknown"/> |
+ <int value="1" label="Not supported"/> |
+ <int value="2" label="Supported"/> |
+ <int value="3" label="Successful"/> |
+</enum> |
+ |
<enum name="LinkMonitorFailureType" type="int"> |
<int value="0" label="Local MAC Address Not Found"/> |
<int value="1" label="Client Startup Failure"/> |