Skip to content

Commit 4de335e

Browse files
authored
Merge pull request github#15134 from github/alexdenisov/skip-codesign-tracing
Swift: do not trace codesign binary
2 parents 3cb14c6 + 6cbf8ab commit 4de335e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/tools/tracing-config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ function RegisterExtractorPack(id)
119119
SwiftMatcher,
120120
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
121121
{ trace = false }),
122+
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
123+
{ trace = false }),
122124
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
123125
{ trace = false }),
124126
}

0 commit comments

Comments
 (0)