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

Issue 10908078: Code to collect issue 97285 debugging info for crash reports. (Closed)

Created:
8 years, 3 months ago by Scott Hess - ex-Googler
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, eroman
Visibility:
Public.

Description

Code to collect issue 97285 debugging info for crash reports. It is useful to record breakpad keys for debugging, which is not applicable to multi-process bugs. This adds infrastructure to allow collection of information across processes. BUG=97285, 141055 Originally committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155122 Reverted at 155250 due to release-manager suspicions about Windows issues, which now appear unrelated.

Patch Set 1 #

Total comments: 10

Patch Set 2 : Bernhard's comments. #

Patch Set 3 : Rebase #

Patch Set 4 : Embiggen message names. #

Patch Set 5 : Rebase against r155094. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+423 lines, -2 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 3 chunks +45 lines, -0 lines 0 comments Download
M content/browser/plugin_process_host.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/plugin_process_host.cc View 1 2 3 3 chunks +16 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 chunks +20 lines, -0 lines 0 comments Download
A content/common/content_debug_logging.cc View 1 1 chunk +45 lines, -0 lines 0 comments Download
A content/common/content_debug_logging_unittest.cc View 1 1 chunk +114 lines, -0 lines 0 comments Download
M content/common/plugin_messages.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M content/content_common.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M content/plugin/plugin_thread.cc View 1 2 3 4 chunks +21 lines, -0 lines 0 comments Download
A content/public/common/content_debug_logging.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 3 chunks +15 lines, -0 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 4 chunks +53 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Scott Hess - ex-Googler
Late last week I spent a few hours in a waiting room, so I found ...
8 years, 3 months ago (2012-09-04 22:22:56 UTC) #1
Bernhard Bauer
Awesome! https://chromiumcodereview.appspot.com/10908078/diff/1/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): https://chromiumcodereview.appspot.com/10908078/diff/1/chrome/app/chrome_main_delegate.cc#newcode410 chrome/app/chrome_main_delegate.cc:410: msgs->assign(bug_messages.begin(), bug_messages.end()); Could you just write `*msgs = ...
8 years, 3 months ago (2012-09-05 15:04:55 UTC) #2
Scott Hess - ex-Googler
OK, some cleanup done. https://chromiumcodereview.appspot.com/10908078/diff/1/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): https://chromiumcodereview.appspot.com/10908078/diff/1/chrome/app/chrome_main_delegate.cc#newcode410 chrome/app/chrome_main_delegate.cc:410: msgs->assign(bug_messages.begin(), bug_messages.end()); On 2012/09/05 15:04:55, ...
8 years, 3 months ago (2012-09-05 17:17:05 UTC) #3
eroman
This doesn't look too crazy, however what do you think about the alternative implementations such ...
8 years, 3 months ago (2012-09-05 17:46:43 UTC) #4
piman
On Wed, Sep 5, 2012 at 10:46 AM, <eroman@chromium.org> wrote: > This doesn't look too ...
8 years, 3 months ago (2012-09-05 17:59:01 UTC) #5
Bernhard Bauer
lgtm
8 years, 3 months ago (2012-09-05 18:11:53 UTC) #6
Scott Hess - ex-Googler
One suggestion, before we bikeshed: I'd like to flag discussion as "Here's something that would ...
8 years, 3 months ago (2012-09-05 18:13:00 UTC) #7
eroman
@shess: my comments do not block this codereview, was just thinking out loud. moving to ...
8 years, 3 months ago (2012-09-05 18:15:32 UTC) #8
Scott Hess - ex-Googler
On 2012/09/05 18:13:00, shess wrote: > On Wed, Sep 5, 2012 at 10:58 AM, Antoine ...
8 years, 3 months ago (2012-09-05 18:32:09 UTC) #9
piman
8 years, 3 months ago (2012-09-05 19:05:01 UTC) #10
Scott Hess - ex-Googler
On 2012/09/05 19:05:01, piman wrote: Was that "This message intentionally left blank"?
8 years, 3 months ago (2012-09-05 19:46:30 UTC) #11
piman
On Wed, Sep 5, 2012 at 12:46 PM, <shess@chromium.org> wrote: > On 2012/09/05 19:05:01, piman ...
8 years, 3 months ago (2012-09-05 20:57:39 UTC) #12
Scott Hess - ex-Googler
On 2012/09/05 20:57:39, piman wrote: > All I was saying is bikeshedding on the names. ...
8 years, 3 months ago (2012-09-05 23:37:27 UTC) #13
piman
lgtm
8 years, 3 months ago (2012-09-05 23:40:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shess@chromium.org/10908078/14010
8 years, 3 months ago (2012-09-06 02:07:02 UTC) #15
Scott Hess - ex-Googler
On 2012/09/06 02:07:02, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
8 years, 3 months ago (2012-09-06 02:09:56 UTC) #16
commit-bot: I haz the power
Change committed as 155122
8 years, 3 months ago (2012-09-06 04:28:19 UTC) #17
Scott Hess - ex-Googler
Karen is on me about whether this change could be related to increased renderer crash ...
8 years, 3 months ago (2012-09-06 20:31:51 UTC) #18
jam
how long is this change planned on being in the tree for? it wasn't properly ...
8 years, 3 months ago (2012-09-07 17:10:22 UTC) #19
Scott Hess - ex-Googler
On 2012/09/07 17:10:22, John Abd-El-Malek wrote: > how long is this change planned on being ...
8 years, 3 months ago (2012-09-07 17:57:56 UTC) #20
Scott Hess - ex-Googler
John, would you prefer me to re-open this CL, or initiate a new one refering ...
8 years, 3 months ago (2012-09-07 18:28:23 UTC) #21
jam
up to you On Fri, Sep 7, 2012 at 11:28 AM, Scott Hess <shess@chromium.org> wrote: ...
8 years, 3 months ago (2012-09-07 18:28:53 UTC) #22
Scott Hess - ex-Googler
John, This is a bit like TRACE_* or LOG(), with the intent being to allow ...
8 years, 3 months ago (2012-09-07 21:29:05 UTC) #23
eroman
7 years, 6 months ago (2013-06-04 20:50:26 UTC) #24
Can this issue be closed? (shows up in my incoming queue)

Powered by Google App Engine
This is Rietveld 408576698