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