-
Notifications
You must be signed in to change notification settings - Fork 275
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bundle libMainThreadChecker.dylib to detect main thread violations (#…
…2277) This PR introduces the integration of libMainThreadChecker.dylib to enhance quality checks by detecting main thread violations. By passing the feature=include_main_thread_checker flag, the library `libMainThreadChecker.dylib` will be embedded. Additionally, modifications to the test runner implementation ensure the DYLD_INSERT_LIBRARIES is updated to recognize this dylib. This aims to bolster both unit and UI test reliability. https://developer.apple.com/documentation/xcode/diagnosing-memory-thread-and-crash-issues-early
- Loading branch information
1 parent
48476c1
commit cc39679
Showing
23 changed files
with
765 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.