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

Issue 2132773002: Added UMA metrics for screen capture UI in the status area. (Closed)

Created:
4 years, 5 months ago by bruthig
Modified:
4 years, 5 months ago
CC:
chromium-reviews, kalyank, sadrul, asvitkine+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added UMA metrics for screen capture UI in the status area. Record user actions when: - Screen capture is stopped from the default view - Screen capture is stopped from the notification view. BUG=620508 TEST=manual Committed: https://crrev.com/54c8f535cf5fe486c9c992c2835b477ba592b07c Cr-Commit-Position: refs/heads/master@{#404542}

Patch Set 1 #

Patch Set 2 : Removed manual testing code. #

Total comments: 8

Patch Set 3 : Updated the descriptions in actions.xml. #

Patch Set 4 : Renamed metrics. #

Patch Set 5 : Merge branch 'master' into uma_screen_capture #

Patch Set 6 : Merge branch 'master' into uma_screen_capture #

Patch Set 7 : Removed using statements from UserMetricsRecorder::RecordUserMetricsAction(). #

Total comments: 1

Patch Set 8 : Made ScreenTrayItem::RecordStoppedFrom*ViewMetric() methods pure virtual. #

Patch Set 9 : Merge branch 'master' into uma_screen_capture #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -1 line) Patch
M ash/common/metrics/user_metrics_action.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_capture_tray_item.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_capture_tray_item.cc View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_share_tray_item.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_share_tray_item.cc View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_tray_item.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M ash/common/system/chromeos/screen_security/screen_tray_item.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M ash/metrics/user_metrics_recorder.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -1 line 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
bruthig
Terry, can you take a first look?
4 years, 5 months ago (2016-07-07 20:01:06 UTC) #2
tdanderson
lgtm with nuts https://chromiumcodereview.appspot.com/2132773002/diff/20001/ash/common/system/chromeos/screen_security/screen_tray_item.cc File ash/common/system/chromeos/screen_security/screen_tray_item.cc (right): https://chromiumcodereview.appspot.com/2132773002/diff/20001/ash/common/system/chromeos/screen_security/screen_tray_item.cc#newcode172 ash/common/system/chromeos/screen_security/screen_tray_item.cc:172: void ScreenTrayItem::RecordStoppedFromDefaultViewMetric() {} Out of curiosity, ...
4 years, 5 months ago (2016-07-07 21:54:32 UTC) #3
bruthig
https://codereview.chromium.org/2132773002/diff/20001/ash/common/system/chromeos/screen_security/screen_tray_item.cc File ash/common/system/chromeos/screen_security/screen_tray_item.cc (right): https://codereview.chromium.org/2132773002/diff/20001/ash/common/system/chromeos/screen_security/screen_tray_item.cc#newcode172 ash/common/system/chromeos/screen_security/screen_tray_item.cc:172: void ScreenTrayItem::RecordStoppedFromDefaultViewMetric() {} On 2016/07/07 21:54:31, tdanderson wrote: > ...
4 years, 5 months ago (2016-07-08 14:26:53 UTC) #4
bruthig
jamescook@, can you please review changes in: - ash/* rkaplow@, can you please review changes ...
4 years, 5 months ago (2016-07-08 21:25:57 UTC) #6
rkaplow
lgtm
4 years, 5 months ago (2016-07-08 21:30:10 UTC) #7
James Cook
LGTM with nit. I'm concerned that we're adding a bunch of metrics here that we're ...
4 years, 5 months ago (2016-07-08 21:50:21 UTC) #8
bruthig
On 2016/07/08 21:50:21, James Cook wrote: > LGTM with nit. > > I'm concerned that ...
4 years, 5 months ago (2016-07-08 22:11:11 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2132773002/160001
4 years, 5 months ago (2016-07-08 22:15:21 UTC) #12
James Cook
My concern is that we have hundreds (thousands?) of UMA metrics, most of which are ...
4 years, 5 months ago (2016-07-08 22:17:14 UTC) #13
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-09 00:16:36 UTC) #14
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-09 00:16:38 UTC) #15
commit-bot: I haz the power
Patchset 9 (id:??) landed as https://crrev.com/54c8f535cf5fe486c9c992c2835b477ba592b07c Cr-Commit-Position: refs/heads/master@{#404542}
4 years, 5 months ago (2016-07-09 00:20:22 UTC) #17
bruthig
4 years, 5 months ago (2016-07-12 17:40:29 UTC) #18
Message was sent while issue was closed.
On 2016/07/08 22:17:14, James Cook wrote:
> My concern is that we have hundreds (thousands?) of UMA metrics, most of which
> are never used to make decisions in practice.
> 
> I presume these are being added because now someone is interested in them. I
> would like to know if they are going to be interested forever, or if there's a
> short-term decision they are trying to make.

Created https://crbug.com/627532

Powered by Google App Engine
This is Rietveld 408576698