Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Swift: do not trace codesign binary
  • Loading branch information
AlexDenisov committed Dec 18, 2023
commit 6cbf8abf590547e714ada473de66cdeba5cfb010
2 changes: 2 additions & 0 deletions swift/tools/tracing-config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 }),
}
Expand Down