-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For NSException, the stack trace can be obtained through system APIs, and it is not necessary to obtain it in __cxa_throw. Therefore, this filtering is valuable and also provides some performance optimization. But only for whether the name is an NSException as a judgment basis, still let go of some Objc exceptions. To optimize this, we suggest maintaining the list through a constant array, so far we have found _NSCoreDataException and __NSCFConstantString, and there may be more in the future;
- Loading branch information
1 parent
e62b011
commit 5e1c130
Showing
1 changed file
with
21 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