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

Issue 2610883006: Enable UMA reporting for crashpad_handler on macOS (Closed)

Created:
3 years, 11 months ago by Mark Mentovai
Modified:
3 years, 11 months ago
Reviewers:
rkaplow, scottmg
CC:
chromium-reviews, mac-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable UMA reporting for crashpad_handler on macOS This should have been working already, but a functioning crash_reporter::CrashReporterClient::GetCrashMetricsLocation() for macOS was unintentionally absent. BUG=crashpad:100, chromium:678720 Review-Url: https://codereview.chromium.org/2610883006 Cr-Commit-Position: refs/heads/master@{#442888} Committed: https://chromium.googlesource.com/chromium/src/+/c8e4f85cf19acdf6e1e61aa3ed0cde6a06a84487

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove branding check #

Patch Set 3 : Use SOURCE_HISTOGRAMS_ACTIVE_FILE #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M chrome/app/chrome_crash_reporter_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client_mac.mm View 1 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 56 (27 generated)
Mark Mentovai
This seems to be working in that when I start crashpad_handler manually like this crashpad_handler ...
3 years, 11 months ago (2017-01-05 22:26:49 UTC) #4
scottmg
On 2017/01/05 22:26:49, Mark Mentovai wrote: > This seems to be working in that when ...
3 years, 11 months ago (2017-01-05 22:41:36 UTC) #5
scottmg
https://codereview.chromium.org/2610883006/diff/1/chrome/app/chrome_crash_reporter_client_mac.mm File chrome/app/chrome_crash_reporter_client_mac.mm (right): https://codereview.chromium.org/2610883006/diff/1/chrome/app/chrome_crash_reporter_client_mac.mm#newcode24 chrome/app/chrome_crash_reporter_client_mac.mm:24: #if defined(GOOGLE_CHROME_BUILD) The #if feels like unnecessary clutter here.
3 years, 11 months ago (2017-01-05 22:41:40 UTC) #6
scottmg
Either way, this seems better than the current state, so lgtm.
3 years, 11 months ago (2017-01-05 22:42:31 UTC) #7
Mark Mentovai
On 2017/01/05 22:41:40, scottmg wrote: > https://codereview.chromium.org/2610883006/diff/1/chrome/app/chrome_crash_reporter_client_mac.mm > File chrome/app/chrome_crash_reporter_client_mac.mm (right): > > https://codereview.chromium.org/2610883006/diff/1/chrome/app/chrome_crash_reporter_client_mac.mm#newcode24 > ...
3 years, 11 months ago (2017-01-05 22:44:34 UTC) #8
scottmg
On 2017/01/05 22:41:36, scottmg wrote: > On 2017/01/05 22:26:49, Mark Mentovai wrote: > > This ...
3 years, 11 months ago (2017-01-05 22:48:42 UTC) #11
Mark Mentovai
In Chromium, I get CrashpadMetrics-active.pma while the browser is running, and it disappears when I ...
3 years, 11 months ago (2017-01-05 22:49:11 UTC) #12
Mark Mentovai
On 2017/01/05 22:48:42, scottmg wrote: > On 2017/01/05 22:41:36, scottmg wrote: > > On 2017/01/05 ...
3 years, 11 months ago (2017-01-05 22:49:54 UTC) #13
scottmg
On 2017/01/05 22:44:34, Mark Mentovai wrote: > On 2017/01/05 22:41:40, scottmg wrote: > > > ...
3 years, 11 months ago (2017-01-05 22:50:26 UTC) #14
scottmg
On 2017/01/05 22:50:26, scottmg wrote: > On 2017/01/05 22:44:34, Mark Mentovai wrote: > > On ...
3 years, 11 months ago (2017-01-05 22:52:12 UTC) #15
Mark Mentovai
On 2017/01/05 22:49:54, Mark Mentovai wrote: > On 2017/01/05 22:48:42, scottmg wrote: > > On ...
3 years, 11 months ago (2017-01-05 22:53:20 UTC) #16
scottmg
On 2017/01/05 22:53:20, Mark Mentovai wrote: > On 2017/01/05 22:49:54, Mark Mentovai wrote: > > ...
3 years, 11 months ago (2017-01-05 22:56:44 UTC) #17
Mark Mentovai
Brian, what do you think about this? I’m seeing the Chrome browser start crashpad_handler, then ...
3 years, 11 months ago (2017-01-06 15:13:59 UTC) #20
bcwhite
> I’m seeing the Chrome browser start crashpad_handler, then crashpad_handler > initializes a GlogalHistogramAllocator which ...
3 years, 11 months ago (2017-01-06 16:12:03 UTC) #21
Mark Mentovai
On 2017/01/06 16:12:03, bcwhite wrote: > > I’m seeing the Chrome browser start crashpad_handler, then ...
3 years, 11 months ago (2017-01-06 16:39:33 UTC) #22
Mark Mentovai
+Robert for metrics OWNERS. Robert, do you think that this is right? I’m not totally ...
3 years, 11 months ago (2017-01-06 17:00:43 UTC) #25
scottmg
On 2017/01/06 16:39:33, Mark Mentovai wrote: > On 2017/01/06 16:12:03, bcwhite wrote: > > > ...
3 years, 11 months ago (2017-01-06 17:35:49 UTC) #28
rkaplow
lgtm Sorry, I'm not sure what may be causing the differences in how the handler ...
3 years, 11 months ago (2017-01-10 19:25:20 UTC) #32
Mark Mentovai
OK, we’ll go with this for now and see what happens.
3 years, 11 months ago (2017-01-10 19:31:37 UTC) #33
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/2610883006/40001
3 years, 11 months ago (2017-01-10 19:32:17 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97136)
3 years, 11 months ago (2017-01-10 20:57:45 UTC) #38
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/2610883006/40001
3 years, 11 months ago (2017-01-10 22:02:46 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97266)
3 years, 11 months ago (2017-01-10 23:29:52 UTC) #43
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/2610883006/40001
3 years, 11 months ago (2017-01-10 23:33:09 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97386)
3 years, 11 months ago (2017-01-11 00:53:01 UTC) #47
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/2610883006/40001
3 years, 11 months ago (2017-01-11 03:02:24 UTC) #49
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/97724)
3 years, 11 months ago (2017-01-11 04:32:49 UTC) #51
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/2610883006/40001
3 years, 11 months ago (2017-01-11 12:55:25 UTC) #53
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 13:22:23 UTC) #56
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c8e4f85cf19acdf6e1e61aa3ed0c...

Powered by Google App Engine
This is Rietveld 408576698