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线程池的一个工具类无效抛出null target method异常为啥,注解写的都是对的
The text was updated successfully, but these errors were encountered:
看起来还是hook 描述文件的问题。从你说的异常信息上看,是没有找到对应的类。可能你那边的hookmain 版本比较早,很久没有维护了。android 11 and highter 可能存在反射找不到方法的问题。 你可以参考 hook 方案 原著修复下这个问题。 新方案中也可以直接动态hook 了。
Sorry, something went wrong.
No branches or pull requests
引入到华为视频中分析启动情况,hook线程池的一个工具类无效抛出null target method异常为啥,注解写的都是对的
The text was updated successfully, but these errors were encountered: