Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1、方法的调用链重复问题解决;2、iOS15及以上的系统运行崩溃 修复。 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erduoniba
Copy link

bugfix1:
问题描述:方法的调用链不能根据 callDepth 来判断,不然所有层级相等的深度,都在一个调用链路中了。
解决方案:通过 lr 作为方法调用的标识,作为方法调用链更加合理。
新增:方法的测试代码验证 lr 的合理性。
问题可以参考:ming1016/RSSReader#30

bugfix2:
问题描述:iOS15及以上的系统运行崩溃
解决方案:更新 fishhook 代码解决,详细问题参考 facebook/fishhook#87

问题描述:方法的调用链不能根据 callDepth 来判断,不然所有层级相等的深度,都在一个调用链路中了。
解决方案:通过 lr 作为方法调用的标识,作为方法调用链更加合理。
新增:方法的测试代码验证 lr 的合理性。
问题可以参考:ming1016/RSSReader#30

bugfix2:
问题描述:iOS15及以上的系统运行崩溃
解决方案:更新 fishhook 代码解决,详细问题参考 facebook/fishhook#87
@erduoniba erduoniba mentioned this pull request Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant