blob: 4d43f9ae699d65a518c8a2dd3e5be3d9dc0d3ed4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- headless/lib/headless_content_main_delegate.cc.orig 2025-06-30 07:04:30 UTC
+++ headless/lib/headless_content_main_delegate.cc
@@ -406,7 +406,7 @@ void HeadlessContentMainDelegate::InitCrashReporter(
if (process_type != ::switches::kZygoteProcess) {
g_headless_crash_client.Pointer()->set_crash_dumps_dir(
command_line.GetSwitchValuePath(switches::kCrashDumpsDir));
-#if !BUILDFLAG(IS_WIN)
+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_BSD)
crash_reporter::InitializeCrashpad(process_type.empty(), process_type);
#endif // !BUILDFLAG(IS_WIN)
crash_keys::SetSwitchesFromCommandLine(command_line, nullptr);
|