Merge pull request #15134 from github/alexdenisov/skip-codesign-tracing

Swift: do not trace codesign binary
This commit is contained in:
Arthur Baars
2023-12-18 15:26:37 +01:00
committed by GitHub

View File

@@ -119,6 +119,8 @@ function RegisterExtractorPack(id)
SwiftMatcher,
CreatePatternMatcher({ '^lsregister$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^codesign$' }, MatchCompilerName, nil,
{ trace = false }),
CreatePatternMatcher({ '^sandbox%-exec$' }, MatchCompilerName, nil,
{ trace = false }),
}