Disable stack dumping on MAC.
It would prevent the system crash reporter.
This commit is contained in:
parent
f2bef6c26d
commit
99c0de6a1a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ bool AtomMainDelegate::BasicStartupComplete(int* exit_code) {
|
||||||
logging::SetLogItems(true, false, true, false);
|
logging::SetLogItems(true, false, true, false);
|
||||||
|
|
||||||
// Enable convient stack printing.
|
// Enable convient stack printing.
|
||||||
#if defined(DEBUG)
|
#if defined(DEBUG) && !defined(OS_MACOSX)
|
||||||
base::debug::EnableInProcessStackDumping();
|
base::debug::EnableInProcessStackDumping();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue