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

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

Issue 2769713002: Android - UMA for notification click latency via NotificationJobService
Patch Set: Nits Created 3 years, 9 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/notifications/NotificationService.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 9f40d834e79450ea350d9ae8545cb19ae2e72de7..2562d3da0a5274b2fd441f95ce561ddf1f26314a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42175,6 +42175,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.Android.JobStartDelay" units="ms">
+ <owner>awdf@chromium.org</owner>
+ <summary>
+ Records the delay between scheduling a job with the JobScheduler (with a
+ desired latency of 0ms, in response to a notification click) and receiving
+ the onStartJob callback. Only measured on Android N and above.
+ </summary>
+</histogram>
+
<histogram name="Notifications.AppNotificationStatus"
enum="NotificationAppStatus">
<owner>peter@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698