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

Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed)

Created:
4 years, 8 months ago by Sigurður Ásgeirsson
Modified:
4 years, 7 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Scrub the vestigial breakpad crash dump attempts metrics code. BUG=606448 Committed: https://crrev.com/f34a7582f1cf5cedbeab414d9629d524303cc574 Cr-Commit-Position: refs/heads/master@{#390161}

Patch Set 1 #

Patch Set 2 : Remove the installer's override of a removed method. #

Total comments: 2

Patch Set 3 : Per Alexei, mark removed histograms as deprecated. #

Total comments: 8

Patch Set 4 : Address Greg's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -491 lines) Patch
M chrome/app/chrome_crash_reporter_client_win.h View 1 2 3 3 chunks +0 lines, -16 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client_win.cc View 1 2 3 2 chunks +0 lines, -35 lines 0 comments Download
M chrome/browser/metrics/chrome_stability_metrics_provider.cc View 2 chunks +0 lines, -50 lines 0 comments Download
M chrome/common/metrics_constants_util_win.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/metrics_constants_util_win.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/installer/setup/installer_crash_reporter_client.h View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/installer/setup/installer_crash_reporter_client.cc View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
M components/browser_watcher.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/browser_watcher/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D components/browser_watcher/crash_reporting_metrics_win.h View 1 chunk +0 lines, -56 lines 0 comments Download
D components/browser_watcher/crash_reporting_metrics_win.cc View 1 chunk +0 lines, -164 lines 0 comments Download
D components/browser_watcher/crash_reporting_metrics_win_unittest.cc View 1 chunk +0 lines, -111 lines 0 comments Download
M components/components_tests.gyp View 1 chunk +0 lines, -1 line 0 comments Download
M components/crash/content/app/breakpad_win.cc View 1 2 3 5 chunks +0 lines, -9 lines 0 comments Download
M components/crash/content/app/crash_reporter_client.h View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
M components/crash/content/app/crash_reporter_client.cc View 1 2 3 1 chunk +0 lines, -10 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
Sigurður Ásgeirsson
PTAL - I think this is best gone?
4 years, 8 months ago (2016-04-25 20:26:26 UTC) #4
scottmg
I'm not familiar with this, but looks like it's not working atm, so lgtm to ...
4 years, 8 months ago (2016-04-25 20:35:53 UTC) #5
Sigurður Ásgeirsson
Hopefully there'll soon be a saner way to accomplish this... On Mon, Apr 25, 2016, ...
4 years, 8 months ago (2016-04-25 20:51:03 UTC) #6
Sigurður Ásgeirsson
Greg and Alexei for owners please?
4 years, 8 months ago (2016-04-26 13:46:09 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/1922473003/diff/20001/chrome/browser/metrics/chrome_stability_metrics_provider.cc File chrome/browser/metrics/chrome_stability_metrics_provider.cc (left): https://codereview.chromium.org/1922473003/diff/20001/chrome/browser/metrics/chrome_stability_metrics_provider.cc#oldcode55 chrome/browser/metrics/chrome_stability_metrics_provider.cc:55: UMA_STABILITY_HISTOGRAM_ENUMERATION("CrashReport.BreakpadCrashDumpOutcome", Please mark all the histograms you're deleting as ...
4 years, 8 months ago (2016-04-26 14:44:28 UTC) #9
Sigurður Ásgeirsson
Thanks, another look? https://codereview.chromium.org/1922473003/diff/20001/chrome/browser/metrics/chrome_stability_metrics_provider.cc File chrome/browser/metrics/chrome_stability_metrics_provider.cc (left): https://codereview.chromium.org/1922473003/diff/20001/chrome/browser/metrics/chrome_stability_metrics_provider.cc#oldcode55 chrome/browser/metrics/chrome_stability_metrics_provider.cc:55: UMA_STABILITY_HISTOGRAM_ENUMERATION("CrashReport.BreakpadCrashDumpOutcome", On 2016/04/26 14:44:28, Alexei Svitkine ...
4 years, 8 months ago (2016-04-26 14:53:16 UTC) #10
Alexei Svitkine (slow)
lgtm
4 years, 8 months ago (2016-04-26 15:04:27 UTC) #11
grt (UTC plus 2)
https://codereview.chromium.org/1922473003/diff/40001/chrome/app/chrome_crash_reporter_client_win.h File chrome/app/chrome_crash_reporter_client_win.h (right): https://codereview.chromium.org/1922473003/diff/40001/chrome/app/chrome_crash_reporter_client_win.h#newcode9 chrome/app/chrome_crash_reporter_client_win.h:9: #include <memory> unused https://codereview.chromium.org/1922473003/diff/40001/chrome/app/chrome_crash_reporter_client_win.h#newcode11 chrome/app/chrome_crash_reporter_client_win.h:11: #include "base/compiler_specific.h" unused? https://codereview.chromium.org/1922473003/diff/40001/chrome/app/chrome_crash_reporter_client_win.h#newcode13 ...
4 years, 8 months ago (2016-04-26 17:01:33 UTC) #12
Sigurður Ásgeirsson
Thanks - please take one more look? Jochen for chrome\common & components owners please? https://codereview.chromium.org/1922473003/diff/40001/chrome/app/chrome_crash_reporter_client_win.h ...
4 years, 8 months ago (2016-04-26 17:28:03 UTC) #14
jochen (gone - plz use gerrit)
lgtm
4 years, 7 months ago (2016-04-27 12:05:54 UTC) #15
Sigurður Ásgeirsson
Greg, gentle nudge.
4 years, 7 months ago (2016-04-27 15:49:51 UTC) #16
grt (UTC plus 2)
lgtm
4 years, 7 months ago (2016-04-27 18:32:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1922473003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1922473003/60001
4 years, 7 months ago (2016-04-27 18:34:40 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-04-27 20:05:11 UTC) #22
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:12:22 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f34a7582f1cf5cedbeab414d9629d524303cc574
Cr-Commit-Position: refs/heads/master@{#390161}

Powered by Google App Engine
This is Rietveld 408576698