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 d3540b4 commit 3b9c55cCopy full SHA for 3b9c55c
include/swift/Runtime/TracingCommon.h
@@ -33,8 +33,8 @@ static inline bool shouldEnableTracing() {
33
return false;
34
if (__progname && (strcmp(__progname, "logd") == 0 ||
35
strcmp(__progname, "diagnosticd") == 0 ||
36
- strcmp(__progname, "notifyd") == 0) ||
37
- strcmp(__progname, "xpcproxy") == 0)
+ strcmp(__progname, "notifyd") == 0 ||
+ strcmp(__progname, "xpcproxy") == 0))
38
39
return true;
40
}
0 commit comments