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

Issue 2671333003: Add UMA.IsClonedInstall boolean histogram. (Closed)

Created:
3 years, 10 months ago by Alexei Svitkine (slow)
Modified:
3 years, 10 months ago
Reviewers:
rkaplow, jwd
CC:
chromium-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA.IsClonedInstall boolean histogram. This is logged with a value of true when we believe this is a cloned install (via the ClonedInstallDetector). Logged with every UMA log, but only with a value of true to avoid extra data use for normal cases. BUG=689053 Review-Url: https://codereview.chromium.org/2671333003 Cr-Commit-Position: refs/heads/master@{#448286} Committed: https://chromium.googlesource.com/chromium/src/+/1359e8d0122000cf132ddd464580ccfee8f587da

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add new enum. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M components/metrics/metrics_log.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
Alexei Svitkine (slow)
3 years, 10 months ago (2017-02-06 15:24:50 UTC) #4
jwd
lgtm https://codereview.chromium.org/2671333003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2671333003/diff/1/tools/metrics/histograms/histograms.xml#newcode70773 tools/metrics/histograms/histograms.xml:70773: +<histogram name="UMA.IsClonedInstall" enum="Boolean"> Maybe a more precise enum?
3 years, 10 months ago (2017-02-06 15:42:05 UTC) #5
rkaplow
https://codereview.chromium.org/2671333003/diff/1/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://codereview.chromium.org/2671333003/diff/1/components/metrics/metrics_log.cc#newcode301 components/metrics/metrics_log.cc:301: UMA_HISTOGRAM_BOOLEAN("UMA.IsClonedInstall", true); what about reporting the false case? You ...
3 years, 10 months ago (2017-02-06 16:20:27 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/2671333003/diff/1/components/metrics/metrics_log.cc File components/metrics/metrics_log.cc (right): https://codereview.chromium.org/2671333003/diff/1/components/metrics/metrics_log.cc#newcode301 components/metrics/metrics_log.cc:301: UMA_HISTOGRAM_BOOLEAN("UMA.IsClonedInstall", true); On 2017/02/06 16:20:26, rkaplow wrote: > what ...
3 years, 10 months ago (2017-02-06 16:26:03 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/2671333003/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2671333003/diff/1/tools/metrics/histograms/histograms.xml#newcode70773 tools/metrics/histograms/histograms.xml:70773: +<histogram name="UMA.IsClonedInstall" enum="Boolean"> On 2017/02/06 16:20:26, rkaplow wrote: > ...
3 years, 10 months ago (2017-02-06 16:28:49 UTC) #10
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/2671333003/20001
3 years, 10 months ago (2017-02-06 16:30:20 UTC) #13
rkaplow
lgtm
3 years, 10 months ago (2017-02-06 16:32:27 UTC) #14
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 17:38:17 UTC) #17
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/1359e8d0122000cf132ddd464580...

Powered by Google App Engine
This is Rietveld 408576698