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

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

Issue 267573005: UMA stats for MTP file system in Chrome OS Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1cd9eebcbb03d2c1a5eada8404d920dec6333800..627c44eceda35052075c724ce9b16026187426cb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6876,6 +6876,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="FileBrowser.MTPMount">
+ <owner>kinaba@chromium.org</owner>
+ <summary>
+ Chrome OS File Browser: counts the number of times MTP devices are inserted
Ilya Sherman 2014/05/01 21:15:24 What is "MTP"? Please spell out acronyms (it's fi
kinaba 2014/05/08 04:15:41 Done.
+ and mounted to Files.app.
+ </summary>
+</histogram>
Ilya Sherman 2014/05/01 21:15:24 I strongly encourage you to design your metric wit
kinaba 2014/05/08 04:15:41 Done. Changed to record the counts for all volume
+
<histogram name="FileBrowser.OpeningFileType" enum="FileType">
<obsolete>
Deprecated 4/2013, and replaced by FileBrowser.ViewingFileType.

Powered by Google App Engine
This is Rietveld 408576698