DescriptionAdd 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 #
Messages
Total messages: 15 (5 generated)
|