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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2862493002: [Android WebAPKs] Add UMA metric for ShellAPK version (Closed)
Patch Set: Merge branch 'master' into metric Created 3 years, 7 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkActivity.java ('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 ef39fa5026eb26301b3cf6fbaefb354859a163dd..c0b3a8e762fe6437f5bb4a796ec0829f918714f7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -79063,6 +79063,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram base="true" name="WebApk.ShellApkVersion">
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Records WebAPK &quot;Shell APK version&quot; when the WebAPK is launched.
+ The &quot;Shell APK version&quot; is documented in shell_apk_version.gni
+ </summary>
+</histogram>
+
<histogram name="WebApk.Update.GooglePlayUpdateResult"
enum="WebApkGooglePlayInstallResult">
<owner>hanxi@chromium.org</owner>
@@ -92102,6 +92112,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="VRSessionVideoTime"/>
</histogram_suffixes>
+<histogram_suffixes name="WebApkType">
+ <suffix name="BrowserApk" label="Installed by Chrome"/>
+ <suffix name="UnboundApk" label="Not installed by Chrome"/>
+ <affected-histogram name="WebApk.ShellApkVersion"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WebFontFamily">
<suffix name="roboto" label="Roboto font"/>
<suffix name="opensans" label="Open Sans font"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/webapps/WebApkActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698