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

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: Update for review feedback 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
« base/android/linker/linker_jni.cc ('K') | « base/android/linker/linker_jni.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index aeeadc40ccdc87c7ca6faed92be7e5584057be9c..7e6dc4cc8369ffb8fc9b6826987e88fea4047cb8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2689,6 +2689,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ChromiumAndroidLinker.ApkMemoryMappingSupported"
+ enum="Boolean">
+ <owner>petrcermak@chromium.org</owner>
+ <summary>
+ Whether the device supports memory mapping APK files with executable
+ permissions.
+ </summary>
+</histogram>
+
<histogram name="ChromiumAndroidLinker.BrowserStates"
enum="ChromiumAndroidLinkerBrowserState">
<owner>simonb@chromium.org</owner>
« base/android/linker/linker_jni.cc ('K') | « base/android/linker/linker_jni.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698