Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 643803003: Add UMA for testing whether device supports memory mapping APK files with executable permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 93209b724dee46694d5a3e675ac879e13d7a9ecf..bb8d571af71e892d2e3dc8c39407c1b77e93510c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2689,6 +2689,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ChromiumAndroidLinker.LoadFromApkSucceeded" enum="Boolean">
+ <owner>petrcermak@chromium.org</owner>
+ <summary>
+ Whether memory mapping the Chromium APK file with executable permissions
+ succeeded.
+ </summary>
+</histogram>
+
<histogram name="clickjacking.discard_download" units="ms">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698