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

Issue 1783693004: Add a command-line switch to disable in-process stack traces (Closed)

Created:
4 years, 9 months ago by kmackay
Modified:
4 years, 9 months ago
Reviewers:
slan, jam
CC:
chromium-reviews, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a command-line switch to disable in-process stack traces In-process stack traces are disrupting crash reporting for non-sandboxed child processes for Chromecast. On Chromecast devices, all binaries are stripped, so the in-process stack traces are not very useful (and they prevent core dumps and crash reporting from working). We want to disable in-process stack traces for all builds (even those built locally by developers, or those built for integration tests) so that we can use the core dumps and crash reports for debugging crashes on devices. Therefore, just setting OFFICIAL_BUILD (which should only apply to builds given to users) is not the solution. Instead, add a command-line switch. BUG= Committed: https://crrev.com/d104a43445b8a66214d0a3153ed11dc2b3375967 Cr-Commit-Position: refs/heads/master@{#381135}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M content/app/content_main_runner.cc View 1 chunk +4 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
kmackay
4 years, 9 months ago (2016-03-10 19:24:56 UTC) #2
jam
can you provide more background? is this happening for local dev builds or for users? ...
4 years, 9 months ago (2016-03-14 16:17:37 UTC) #3
kmackay
On 2016/03/14 16:17:37, jam wrote: > can you provide more background? > > is this ...
4 years, 9 months ago (2016-03-14 16:46:19 UTC) #4
kmackay
On 2016/03/14 16:46:19, kmackay wrote: > On 2016/03/14 16:17:37, jam wrote: > > can you ...
4 years, 9 months ago (2016-03-14 17:39:11 UTC) #5
jam
On 2016/03/14 17:39:11, kmackay wrote: > On 2016/03/14 16:46:19, kmackay wrote: > > On 2016/03/14 ...
4 years, 9 months ago (2016-03-14 18:25:27 UTC) #6
kmackay
On 2016/03/14 18:25:27, jam wrote: > oh really? When you say "dev", do you mean ...
4 years, 9 months ago (2016-03-14 18:35:27 UTC) #7
jam
lgtm
4 years, 9 months ago (2016-03-14 23:16:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1783693004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1783693004/1
4 years, 9 months ago (2016-03-14 23:23:18 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-15 00:33:55 UTC) #13
commit-bot: I haz the power
4 years, 9 months ago (2016-03-15 00:37:06 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d104a43445b8a66214d0a3153ed11dc2b3375967
Cr-Commit-Position: refs/heads/master@{#381135}

Powered by Google App Engine
This is Rietveld 408576698