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

Issue 2350943003: Update Crashpad to 0aeca5f12374fdbf3d4f6c656abf950ba2a96f1c (Closed)

Created:
4 years, 3 months ago by scottmg
Modified:
4 years, 2 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Crashpad to 0aeca5f12374fdbf3d4f6c656abf950ba2a96f1c b48e9bfbabf3 Add UMA to exception handler exception catching 72a12e2e9497 Make UMA for exception code OS-specific 17167a1e579a static_cast UMA 'enum class's to int 007f790fe21c static const on const char[] for UMA string 0aeca5f12374 UMA changes based on Chromium-side review Adds entries to histogram.xml for UMA_s added in Crashpad. Requires https://codereview.chromium.org/2358023003/. R=mark@chromium.org, asvitkine@chromium.org BUG=crashpad:100 Committed: https://crrev.com/ca7b105dc952bd2d9b2fd5aaf9563f25f15aa752 Cr-Commit-Position: refs/heads/master@{#420425}

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 9

Patch Set 6 : . #

Patch Set 7 : 007f790fe21c75ec9ce8c5892457e4f08941f10f #

Patch Set 8 : . #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -4 lines) Patch
M third_party/crashpad/README.chromium View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.cc View 10 chunks +17 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc View 7 chunks +19 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/metrics.h View 1 2 3 4 5 6 7 2 chunks +51 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/metrics.cc View 1 2 3 4 5 6 7 1 chunk +48 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 2 chunks +48 lines, -1 line 0 comments Download

Messages

Total messages: 52 (33 generated)
scottmg
mark: roll asvitkine: tools/metrics/histograms/histograms.xml https://codereview.chromium.org/2350943003/diff/1/third_party/crashpad/crashpad/util/misc/metrics.cc File third_party/crashpad/crashpad/util/misc/metrics.cc (right): https://codereview.chromium.org/2350943003/diff/1/third_party/crashpad/crashpad/util/misc/metrics.cc#newcode43 third_party/crashpad/crashpad/util/misc/metrics.cc:43: UMA_HISTOGRAM_SPARSE_SLOWLY(kExceptionCodeString, asvitkine: We weren't certain ...
4 years, 3 months ago (2016-09-19 22:17:37 UTC) #1
Mark Mentovai
LGTM <owner> should be a person and not a mailing list, right?
4 years, 3 months ago (2016-09-19 22:20:47 UTC) #4
scottmg
On 2016/09/19 22:20:47, Mark Mentovai wrote: > LGTM > > <owner> should be a person ...
4 years, 3 months ago (2016-09-19 22:30:56 UTC) #5
Mark Mentovai
scottmg wrote: > On 2016/09/19 22:20:47, Mark Mentovai wrote: > > LGTM > > > ...
4 years, 3 months ago (2016-09-20 00:09:45 UTC) #14
scottmg
On 2016/09/20 00:09:45, Mark Mentovai wrote: > scottmg wrote: > > On 2016/09/19 22:20:47, Mark ...
4 years, 3 months ago (2016-09-20 00:34:36 UTC) #17
Mark Mentovai
You’ve still got my LGTM. Let’s see what “Alexei Svitkine (very slow)” thinks.
4 years, 3 months ago (2016-09-20 01:33:48 UTC) #19
Alexei Svitkine (slow)
https://codereview.chromium.org/2350943003/diff/80001/third_party/crashpad/crashpad/util/misc/metrics.cc File third_party/crashpad/crashpad/util/misc/metrics.cc (right): https://codereview.chromium.org/2350943003/diff/80001/third_party/crashpad/crashpad/util/misc/metrics.cc#newcode40 third_party/crashpad/crashpad/util/misc/metrics.cc:40: const char kExceptionCodeString[] = "Crashpad.ExceptionCode.Win"; Nit: static Same as ...
4 years, 3 months ago (2016-09-20 18:58:56 UTC) #22
scottmg
Thanks https://codereview.chromium.org/2350943003/diff/80001/third_party/crashpad/crashpad/util/misc/metrics.cc File third_party/crashpad/crashpad/util/misc/metrics.cc (right): https://codereview.chromium.org/2350943003/diff/80001/third_party/crashpad/crashpad/util/misc/metrics.cc#newcode40 third_party/crashpad/crashpad/util/misc/metrics.cc:40: const char kExceptionCodeString[] = "Crashpad.ExceptionCode.Win"; On 2016/09/20 18:58:55, ...
4 years, 3 months ago (2016-09-20 21:33:10 UTC) #23
scottmg
Rolled to next rev for static.
4 years, 3 months ago (2016-09-20 22:16:24 UTC) #26
Mark Mentovai
Still LGTM
4 years, 3 months ago (2016-09-20 23:15:55 UTC) #29
Alexei Svitkine (slow)
https://codereview.chromium.org/2350943003/diff/80001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2350943003/diff/80001/tools/metrics/histograms/histograms.xml#newcode7422 tools/metrics/histograms/histograms.xml:7422: + <summary>A count of the number of exceptions handled ...
4 years, 3 months ago (2016-09-21 15:47:17 UTC) #32
scottmg
Updated roll, ready to go once https://codereview.chromium.org/2358023003/ lands.
4 years, 2 months ago (2016-09-22 17:59:47 UTC) #41
Alexei Svitkine (slow)
lgtm
4 years, 2 months ago (2016-09-22 18:17:34 UTC) #42
Mark Mentovai
LGTM
4 years, 2 months ago (2016-09-22 18:20:29 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/2350943003/160001
4 years, 2 months ago (2016-09-22 18:38:02 UTC) #45
commit-bot: I haz the power
Failed to apply the patch. On branch working_branch Your branch is up-to-date with 'origin/refs/pending/heads/master'. nothing ...
4 years, 2 months ago (2016-09-22 19:33:27 UTC) #47
scottmg
On 2016/09/22 19:33:27, commit-bot: I haz the power wrote: > Failed to apply the patch. ...
4 years, 2 months ago (2016-09-22 19:34:46 UTC) #48
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/2350943003/160001
4 years, 2 months ago (2016-09-22 19:35:31 UTC) #50
commit-bot: I haz the power
4 years, 2 months ago (2016-09-22 19:36:59 UTC) #52
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/ca7b105dc952bd2d9b2fd5aaf9563f25f15aa752
Cr-Commit-Position: refs/heads/master@{#420425}

Powered by Google App Engine
This is Rietveld 408576698