We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如果hook了String.startsWith()方法, 在调用原方法callSuper时,会调用isArt();但isArt()里还会调用String.startsWith(),如此便造成无穷递归调用,应用无反应。
类似地,callSuper()中的某些调用如果被hook了并且hook方法中还有callSuper(),应该都会造成递归
The text was updated successfully, but these errors were encountered:
这个算是常识好吗。
Sorry, something went wrong.
是,这个是当时才意识到
No branches or pull requests
如果hook了String.startsWith()方法, 在调用原方法callSuper时,会调用isArt();但isArt()里还会调用String.startsWith(),如此便造成无穷递归调用,应用无反应。
类似地,callSuper()中的某些调用如果被hook了并且hook方法中还有callSuper(),应该都会造成递归
The text was updated successfully, but these errors were encountered: