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

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

Issue 2610923002: Update Session.TotalDuration description to mention known issue. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | 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 4e22c187711f934812506099cf16e385d94c65cb..ab11bf180093663c4cca5b2a5f9768625666d75b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59651,9 +59651,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>chrisha@chromium.org</owner>
<summary>
The length of a session (launch/foregrounding to backgrounding) in
- milliseconds. On desktop it also takes into account user interaction and
- audio events. Starting from M55 the session length is recorded by
- discounting for default inactivity timeout on desktop.
+ milliseconds.
+
+ Desktop: This also takes into account user interaction and audio events.
+ Starting from M55 the session length is recorded by discounting for default
+ inactivity timeout.
+
+ Android: There is a known issue where a JavaScript dialog can cause this
+ metric to record a session end prematurely. See: crbug.com/678276.
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698