Add 4 UMAs to count how files, documents and subdirectories are opened |
|||||||||
Issue descriptionCreate 4 UMAs in histograms.xml: 'FileBrowser.Open.File' 'FileBrowser.Open.GoogleDoc' 'FileBrowser.Open.Subdirectory' 'FileBrowser.Open.UnsupportedFile' Create 1 new enum in enums.xml: FileBrowser.OpenType: - OPEN_BUTTON_MAIN_MENU - OPEN_BUTTON_RIGHT_CLICK_MENU - DOUBLE_CLICK - ENTER FileBrowser.App.OpenWith - SINGLE_APP - DEFAULT_APP - NON_DEFAULT_APP - NO_APP Then use metrics.recordEnum() to record the action for each of these cases. For an idea of how to implement, see the existing DirectoryTree expansion UMA in-progress at: https://chromium-review.googlesource.com/c/chromium/src/+/954774 The available metrics methods are in metrics_base.js: https://cs.chromium.org/chromium/src/ui/file_manager/file_manager/common/js/metrics_base.js?type=cs&sq=package:chromium
,
Apr 5 2018
,
Apr 9 2018
I'm slowly (30 mins a day) working on this CL.
,
Apr 12 2018
,
Apr 18 2018
,
Apr 18 2018
,
Apr 27 2018
The work I started I uploaded here: https://chromium-review.googlesource.com/c/chromium/src/+/1031691
,
May 24 2018
,
May 29 2018
,
Aug 15
|
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by sashab@chromium.org
, Apr 5 2018