We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a55408 commit f769b56Copy full SHA for f769b56
stdlib/public/Concurrency/TaskGroup.cpp
@@ -64,7 +64,7 @@
64
65
using namespace swift;
66
67
-#if 1
+#if 0
68
#define SWIFT_TASK_GROUP_DEBUG_LOG_ENABLED 1
69
#define SWIFT_TASK_GROUP_DEBUG_LOG(group, fmt, ...) \
70
fprintf(stderr, "[%#lx] [%s:%d][group(%p%s)] (%s) " fmt "\n", \
stdlib/public/runtime/Backtrace.cpp
@@ -267,7 +267,7 @@ bool isPrivileged() {
267
} // namespace
268
269
BacktraceInitializer::BacktraceInitializer() {
270
- const char *backtracing = "enable=yes,color=yes";// swift::runtime::environment::SWIFT_BACKTRACE();
+ const char *backtracing = swift::runtime::environment::SWIFT_BACKTRACE();
271
272
// Force off for setuid processes.
273
if (isPrivileged()) {
0 commit comments