} else {
base::android::InitJavaExceptionReporterForChildProcess();
}
-#else
+#elif !BUILDFLAG(IS_TIZEN)
crash_reporter::InitializeCrashpad(process_type.empty(), process_type);
crash_reporter::SetFirstChanceExceptionHandler(
v8::TryHandleWebAssemblyTrapPosix);
base::CommandLine::ForCurrentProcess();
std::string process_type =
command_line->GetSwitchValueASCII(switches::kProcessType);
+#if !BUILDFLAG(IS_TIZEN)
crash_reporter::InitializeCrashpad(false, process_type);
crash_reporter::SetFirstChanceExceptionHandler(
v8::TryHandleWebAssemblyTrapPosix);
+#endif
// Reset the command line for the newly spawned process.
crash_keys::SetCrashKeysFromCommandLine(*command_line);