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

Issue 424943002: Add UMA for app info dialog (Closed)

Created:
6 years, 4 months ago by sashab
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add UMA for app info dialog Add UMA to track how many users open the app info dialog. BUG=395501 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288948

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added histograms for the 3 things to track #

Patch Set 3 : Changed launch counter to be separated by launch type, and renamed histograms to remove "AppList" #

Total comments: 2

Patch Set 4 : Added enum for dialog launches #

Total comments: 1

Patch Set 5 : Removed INVALID key #

Total comments: 8

Patch Set 6 : Renamed UMA histogram data and removed LaunchType one #

Total comments: 2

Patch Set 7 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -0 lines) Patch
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +30 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
sashab
6 years, 4 months ago (2014-07-29 05:40:03 UTC) #1
sashab
jar@chromium.org: Please review changes in tools/metrics/histograms
6 years, 4 months ago (2014-07-30 03:58:37 UTC) #2
benwells
https://codereview.chromium.org/424943002/diff/1/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/1/chrome/browser/ui/app_list/app_context_menu.cc#newcode259 chrome/browser/ui/app_list/app_context_menu.cc:259: UMA_HISTOGRAM_ENUMERATION("Apps.AppListAppInfoDialog", 1, 2); I think you should use UMA_HISTOGRAM_COUNTS ...
6 years, 4 months ago (2014-07-31 06:13:19 UTC) #3
sashab
Added histograms for the 3 metrics to record :) https://codereview.chromium.org/424943002/diff/1/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/1/chrome/browser/ui/app_list/app_context_menu.cc#newcode259 chrome/browser/ui/app_list/app_context_menu.cc:259: ...
6 years, 4 months ago (2014-08-04 00:30:45 UTC) #4
sashab
6 years, 4 months ago (2014-08-04 01:36:16 UTC) #5
benwells
https://codereview.chromium.org/424943002/diff/40001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/40001/chrome/browser/ui/app_list/app_context_menu.cc#newcode258 chrome/browser/ui/app_list/app_context_menu.cc:258: UMA_HISTOGRAM_ENUMERATION("Apps.AppInfoDialogLaunched", 1, 2); Could you define the enum now ...
6 years, 4 months ago (2014-08-04 01:41:40 UTC) #6
sashab
https://codereview.chromium.org/424943002/diff/40001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/40001/chrome/browser/ui/app_list/app_context_menu.cc#newcode258 chrome/browser/ui/app_list/app_context_menu.cc:258: UMA_HISTOGRAM_ENUMERATION("Apps.AppInfoDialogLaunched", 1, 2); On 2014/08/04 01:41:40, benwells wrote: > ...
6 years, 4 months ago (2014-08-04 01:47:49 UTC) #7
benwells
https://codereview.chromium.org/424943002/diff/60001/chrome/browser/ui/apps/app_info_dialog.h File chrome/browser/ui/apps/app_info_dialog.h (right): https://codereview.chromium.org/424943002/diff/60001/chrome/browser/ui/apps/app_info_dialog.h#newcode16 chrome/browser/ui/apps/app_info_dialog.h:16: enum AppInfoDialogLaunchSource { Why is INVALID needed?
6 years, 4 months ago (2014-08-04 02:31:59 UTC) #8
sashab
The place I was copying this from (AppListEnableSource) has an INVALID key, but I can ...
6 years, 4 months ago (2014-08-04 05:43:08 UTC) #9
benwells
lgtm
6 years, 4 months ago (2014-08-04 06:14:09 UTC) #10
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 4 months ago (2014-08-04 06:17:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/424943002/80001
6 years, 4 months ago (2014-08-04 06:17:58 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-04 08:02:08 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-04 08:05:10 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1790)
6 years, 4 months ago (2014-08-04 08:05:11 UTC) #15
sashab
Oops, sorry - jar@, please review :)
6 years, 4 months ago (2014-08-05 00:15:21 UTC) #16
jar (doing other things)
asvitkine: PTAL at histograms
6 years, 4 months ago (2014-08-06 00:13:07 UTC) #17
Alexei Svitkine (slow)
https://codereview.chromium.org/424943002/diff/80001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/80001/chrome/browser/ui/app_list/app_context_menu.cc#newcode261 chrome/browser/ui/app_list/app_context_menu.cc:261: AppInfoDialogLaunchSource::NUM_LAUNCH_SOURCES); Since you only have one launch source, is ...
6 years, 4 months ago (2014-08-06 16:46:44 UTC) #18
sashab
Thanks! :) https://codereview.chromium.org/424943002/diff/80001/chrome/browser/ui/app_list/app_context_menu.cc File chrome/browser/ui/app_list/app_context_menu.cc (right): https://codereview.chromium.org/424943002/diff/80001/chrome/browser/ui/app_list/app_context_menu.cc#newcode261 chrome/browser/ui/app_list/app_context_menu.cc:261: AppInfoDialogLaunchSource::NUM_LAUNCH_SOURCES); On 2014/08/06 16:46:44, Alexei Svitkine wrote: ...
6 years, 4 months ago (2014-08-11 01:32:07 UTC) #19
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/424943002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/424943002/diff/100001/tools/metrics/histograms/histograms.xml#newcode432 tools/metrics/histograms/histograms.xml:432: + The type of the app that the ...
6 years, 4 months ago (2014-08-11 14:52:20 UTC) #20
sashab
https://codereview.chromium.org/424943002/diff/100001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/424943002/diff/100001/tools/metrics/histograms/histograms.xml#newcode432 tools/metrics/histograms/histograms.xml:432: + The type of the app that the dialog ...
6 years, 4 months ago (2014-08-12 07:12:10 UTC) #21
sashab
The CQ bit was checked by sashab@chromium.org
6 years, 4 months ago (2014-08-12 07:12:17 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/424943002/120001
6 years, 4 months ago (2014-08-12 07:12:53 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_x64_rel on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-12 10:30:39 UTC) #24
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 14:19:14 UTC) #25
Message was sent while issue was closed.
Change committed as 288948

Powered by Google App Engine
This is Rietveld 408576698