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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2820193002: Record more download resumption UMAs to analyze the how download is resumed (Closed)
Patch Set: nit Created 3 years, 8 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/download/DownloadManagerService.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 9ea9c3bdd199b9ac8d937e21a2b1ecbf54f70884..7c394f2718d0680fafea7025c13445bd312e0e68 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30129,6 +30129,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram base="true" name="MobileDownload.ResumptionsCount">
+ <owner>qinmin@chromium.org</owner>
+ <summary>
+ Android: Records the number of resumptions for a download by resumption
+ type. For all resumption types, this is recorded when a download is
+ finished, completed or cancelled. For automatic resumptions, it is also
+ recorded when user manually resumes the download to clear the auto retry
+ count.
+ </summary>
+</histogram>
+
<histogram name="MobileFre.Progress" enum="MobileFreProgress">
<owner>gogerald@chromium.org</owner>
<summary>
@@ -120388,6 +120399,13 @@ from previous Chrome versions.
<affected-histogram name="MobileDownload.InterruptionsCount"/>
</histogram_suffixes>
+<histogram_suffixes name="MobileDownloadResumptionsCountTypes" separator=".">
+ <suffix name="Automatic"/>
+ <suffix name="Manual"/>
+ <suffix name="Total"/>
+ <affected-histogram name="MobileDownload.ResumptionsCount"/>
+</histogram_suffixes>
+
<histogram_suffixes name="MobileFreEntryType" separator=".">
<suffix name="MainIntent" label="Icon click"/>
<suffix name="ViewIntent" label="VIEW intent"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/download/DownloadManagerService.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698