projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ec8a9
)
Disable in process stack dumping on Windows.
author
Cheng Zhao
<zcbenz@gmail.com>
Tue, 25 Feb 2014 10:47:11 +0000
(18:47 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Tue, 25 Feb 2014 10:47:11 +0000
(18:47 +0800)
It would force the process to run in console.
app/atom_main_delegate.cc
patch
|
blob
|
history
diff --git
a/app/atom_main_delegate.cc
b/app/atom_main_delegate.cc
index e50ae1c1cb4e75f505997110949b5f700358290a..c6b1a554eb943563098943ebfdcf75af86cf2257 100644
(file)
--- a/
app/atom_main_delegate.cc
+++ b/
app/atom_main_delegate.cc
@@
-42,7
+42,7
@@
bool AtomMainDelegate::BasicStartupComplete(int* exit_code) {
logging::SetLogItems(true, false, true, false);
// Enable convient stack printing.
-#if defined(DEBUG) &&
!defined(OS_MACOS
X)
+#if defined(DEBUG) &&
defined(OS_LINU
X)
base::debug::EnableInProcessStackDumping();
#endif