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 734da62 commit 3c98c74Copy full SHA for 3c98c74
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