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.
2 parents f660c2b + b8cb005 commit 092ebe1Copy full SHA for 092ebe1
include/swift/Runtime/TracingCommon.h
@@ -33,7 +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))
+ strcmp(__progname, "notifyd") == 0) ||
37
+ strcmp(__progname, "xpcproxy") == 0)
38
39
return true;
40
}
0 commit comments