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

Issue 267573005: UMA stats for MTP file system in Chrome OS Files.app. (Closed)

Created:
6 years, 7 months ago by kinaba
Modified:
6 years, 7 months ago
Reviewers:
hirono, Ilya Sherman
CC:
chromium-reviews, nkostylev+watch_chromium.org, yoshiki+watch_chromium.org, asvitkine+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, jar (doing other things)
Visibility:
Public.

Description

UMA stats for MTP file system in Chrome OS Files.app. BUG=363840 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269510

Patch Set 1 #

Total comments: 6

Patch Set 2 : Count for all types of volumes. #

Total comments: 2

Patch Set 3 : Address the review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -5 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/private_api_util.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager.h View 1 2 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager.cc View 1 3 chunks +11 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kinaba
+hirono: file_manager/* +isherman: histogram.xml PTAL. Thanks!
6 years, 7 months ago (2014-05-01 03:38:45 UTC) #1
hirono
lgtm!
6 years, 7 months ago (2014-05-01 03:52:25 UTC) #2
Ilya Sherman
https://codereview.chromium.org/267573005/diff/1/chrome/browser/chromeos/file_manager/volume_manager.cc File chrome/browser/chromeos/file_manager/volume_manager.cc (right): https://codereview.chromium.org/267573005/diff/1/chrome/browser/chromeos/file_manager/volume_manager.cc#newcode732 chrome/browser/chromeos/file_manager/volume_manager.cc:732: UMA_HISTOGRAM_COUNTS("FileBrowser.MTPMount", 1); You're currently allocating space for 50 buckets, ...
6 years, 7 months ago (2014-05-01 21:15:24 UTC) #3
kinaba
https://codereview.chromium.org/267573005/diff/1/chrome/browser/chromeos/file_manager/volume_manager.cc File chrome/browser/chromeos/file_manager/volume_manager.cc (right): https://codereview.chromium.org/267573005/diff/1/chrome/browser/chromeos/file_manager/volume_manager.cc#newcode732 chrome/browser/chromeos/file_manager/volume_manager.cc:732: UMA_HISTOGRAM_COUNTS("FileBrowser.MTPMount", 1); On 2014/05/01 21:15:24, Ilya Sherman wrote: > ...
6 years, 7 months ago (2014-05-08 04:15:41 UTC) #4
kinaba
On 2014/05/08 04:15:41, kinaba wrote: > Done. Changed to record the counts for all volume ...
6 years, 7 months ago (2014-05-08 04:17:49 UTC) #5
Ilya Sherman
LGTM, thanks. https://codereview.chromium.org/267573005/diff/40001/chrome/browser/chromeos/file_manager/volume_manager.h File chrome/browser/chromeos/file_manager/volume_manager.h (right): https://codereview.chromium.org/267573005/diff/40001/chrome/browser/chromeos/file_manager/volume_manager.h#newcode54 chrome/browser/chromeos/file_manager/volume_manager.h:54: VOLUME_TYPE_TESTING, // Used only in tests. nit: ...
6 years, 7 months ago (2014-05-08 21:16:10 UTC) #6
kinaba
https://codereview.chromium.org/267573005/diff/40001/chrome/browser/chromeos/file_manager/volume_manager.h File chrome/browser/chromeos/file_manager/volume_manager.h (right): https://codereview.chromium.org/267573005/diff/40001/chrome/browser/chromeos/file_manager/volume_manager.h#newcode54 chrome/browser/chromeos/file_manager/volume_manager.h:54: VOLUME_TYPE_TESTING, // Used only in tests. On 2014/05/08 21:16:11, ...
6 years, 7 months ago (2014-05-09 02:09:26 UTC) #7
kinaba
The CQ bit was checked by kinaba@chromium.org
6 years, 7 months ago (2014-05-09 02:09:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/267573005/60001
6 years, 7 months ago (2014-05-09 02:18:35 UTC) #9
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 03:08:14 UTC) #10
Message was sent while issue was closed.
Change committed as 269510

Powered by Google App Engine
This is Rietveld 408576698