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
修改LogMethodVisitor类里面的方法 LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(desc) LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(methodDesc) 作者估计没有看到
LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(desc)
LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(methodDesc)
The text was updated successfully, but these errors were encountered:
我改了还是不可以 还有别的修改的地方嘛
Sorry, something went wrong.
我改了还是不可以还有别的修改的地方嘛
你的gradle版本是多少。这跟gradle版本也有关系
我改了还是不可以还有别的修改的地方嘛 你的gradle版本是多少。这跟gradle版本也有关系
我的是4.0.0的,这个不行吗
lambda这块逻辑, 在新版gradle上应该是有问题的。 最新的可以参考神策的插件: https://github.com/sensorsdata/sa-sdk-android-plugin2
No branches or pull requests
修改LogMethodVisitor类里面的方法
LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(desc)
LogMethodCell logMethodCell = LogHookConfig.sLambdaMethods.get(methodDesc)
作者估计没有看到
The text was updated successfully, but these errors were encountered: