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

Issue 846663003: Add UMA metrics to recovery component. (Closed)

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

Description

Add UMA metrics to recovery component. BUG=447695 TEST=NONE Committed: https://crrev.com/ecb81a7631aa81c10d6968f6c9896ebd229716d2 Cr-Commit-Position: refs/heads/master@{#311501}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Expand to include result codes. #

Total comments: 3

Patch Set 3 : Fix incorrect constants. #

Total comments: 9

Patch Set 4 : Dear Gab #

Total comments: 2

Patch Set 5 : Move UMA_ macros to helper function. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -14 lines) Patch
M chrome/browser/component_updater/recovery_component_installer.cc View 1 2 3 4 11 chunks +66 lines, -14 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (4 generated)
robertshield
5 years, 11 months ago (2015-01-09 19:40:59 UTC) #2
gab
Comments below, Cheers! Gab https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: enum RecoveryComponentEvent { If you ...
5 years, 11 months ago (2015-01-09 20:08:44 UTC) #3
robertshield
Thanks, PTAL https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: enum RecoveryComponentEvent { On 2015/01/09 20:08:44, gab ...
5 years, 11 months ago (2015-01-09 21:37:21 UTC) #4
gab
Quick comments as I head off for the weekend. https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: ...
5 years, 11 months ago (2015-01-09 22:41:22 UTC) #5
robertshield
Thanks https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: enum RecoveryComponentEvent { On 2015/01/09 22:41:22, gab wrote: ...
5 years, 11 months ago (2015-01-09 22:45:32 UTC) #6
xiaoling
Thanks Robert. Just a minor question about whether it is intended. https://codereview.chromium.org/846663003/diff/20001/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): ...
5 years, 11 months ago (2015-01-09 23:06:06 UTC) #7
gab
https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: enum RecoveryComponentEvent { On 2015/01/09 22:45:32, robertshield wrote: > ...
5 years, 11 months ago (2015-01-12 19:12:21 UTC) #8
robertshield
PTAL https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/1/chrome/browser/component_updater/recovery_component_installer.cc#newcode63 chrome/browser/component_updater/recovery_component_installer.cc:63: enum RecoveryComponentEvent { On 2015/01/12 19:12:20, gab wrote: ...
5 years, 11 months ago (2015-01-12 23:04:19 UTC) #9
robertshield
Adding Sorin and Alexei for OWNERS. sorin@chromium.org: Please review the recovery_component_installer changes asvitkine@chromium.org: Please review ...
5 years, 11 months ago (2015-01-12 23:11:10 UTC) #11
Alexei Svitkine (slow)
Histograms are safe to use from any thread, so should be fine. Have a comment ...
5 years, 11 months ago (2015-01-12 23:18:08 UTC) #12
gab
lgtm w/ optional comment below https://codereview.chromium.org/846663003/diff/40001/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/40001/chrome/browser/component_updater/recovery_component_installer.cc#newcode281 chrome/browser/component_updater/recovery_component_installer.cc:281: return false; On 2015/01/12 ...
5 years, 11 months ago (2015-01-13 18:23:32 UTC) #13
Sorin Jianu
lgtm thank you!
5 years, 11 months ago (2015-01-13 22:46:12 UTC) #14
robertshield
Thanks all! Alexei, PTAL https://codereview.chromium.org/846663003/diff/60001/chrome/browser/component_updater/recovery_component_installer.cc File chrome/browser/component_updater/recovery_component_installer.cc (right): https://codereview.chromium.org/846663003/diff/60001/chrome/browser/component_updater/recovery_component_installer.cc#newcode103 chrome/browser/component_updater/recovery_component_installer.cc:103: UMA_HISTOGRAM_ENUMERATION("RecoveryComponent.Event", On 2015/01/12 23:18:08, Alexei ...
5 years, 11 months ago (2015-01-14 04:04:32 UTC) #15
Alexei Svitkine (slow)
lgtm
5 years, 11 months ago (2015-01-14 17:25:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/846663003/100001
5 years, 11 months ago (2015-01-14 17:32:36 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 11 months ago (2015-01-14 17:43:14 UTC) #20
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 17:44:01 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ecb81a7631aa81c10d6968f6c9896ebd229716d2
Cr-Commit-Position: refs/heads/master@{#311501}

Powered by Google App Engine
This is Rietveld 408576698