fix: trace-startup crashing child process on macOS (#44276)
* fix: trace-startup crashing child process on macOS Co-authored-by: deepak1556 <hop2deep@gmail.com> * chore: disable test on linux arm * chore: also disable on linux arm64 --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
parent
ad9bf6b041
commit
8b3f2c5d7c
4 changed files with 46 additions and 13 deletions
|
@ -270,12 +270,6 @@ std::optional<int> ElectronMainDelegate::BasicStartupComplete() {
|
|||
kNonWildcardDomainNonPortSchemes, kNonWildcardDomainNonPortSchemesSize);
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
OverrideChildProcessPath();
|
||||
OverrideFrameworkBundlePath();
|
||||
SetUpBundleOverrides();
|
||||
#endif
|
||||
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
// Ignore invalid parameter errors.
|
||||
_set_invalid_parameter_handler(InvalidParameterHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue