From 98c09be8d84933096230fac30f05ec94155d2712 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Sun, 7 May 2023 17:29:29 +0200 Subject: [PATCH] replace Disable crash reporting --- build/patches/Disable-crash-reporting.patch | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/build/patches/Disable-crash-reporting.patch b/build/patches/Disable-crash-reporting.patch index ebedea42..9ade249f 100644 --- a/build/patches/Disable-crash-reporting.patch +++ b/build/patches/Disable-crash-reporting.patch @@ -1,12 +1,23 @@ -From: csagan5 <32685696+csagan5@users.noreply.github.com> +From: uazo Date: Sat, 9 Apr 2022 21:43:35 +0200 Subject: Disable crash reporting -License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html --- - content/public/common/content_features.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + chrome/browser/chrome_content_browser_client.cc | 1 + + content/public/common/content_features.cc | 4 ++-- + 2 files changed, 3 insertions(+), 2 deletions(-) +diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc +--- a/chrome/browser/chrome_content_browser_client.cc ++++ b/chrome/browser/chrome_content_browser_client.cc +@@ -2606,6 +2606,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( + base::NumberToString(pid)); + } + #endif ++ enable_crash_reporter = false; + if (enable_crash_reporter) { + std::string switch_value; + std::unique_ptr client_info = diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc --- a/content/public/common/content_features.cc +++ b/content/public/common/content_features.cc