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

增量编译导致严重的问题 #57

Open
CoolLiquid opened this issue Dec 3, 2021 · 0 comments
Open

增量编译导致严重的问题 #57

CoolLiquid opened this issue Dec 3, 2021 · 0 comments

Comments

@CoolLiquid
Copy link

项目配置:
gradle版本:com.android.tools.build:gradle:4.0.0
使用插件:com.bytedance.tools.lancet:lancet-plugin-asm6:1.0.0
库版本:implementation 'me.ele:lancet-base:1.0.6'

问题

  1. 当修改一个xml布局文件,修改样式等,重新编译运行,发现出来的效果是修改前的。移除lancet使用后,发现恢复正常
  2. 使用此插件之后,debug代码,发现断点各种异常。比如:单步调试时,代码的执行流程和原有的代码执行流程对不上。初步怀疑因为代码插装的缘故,到时断点的位置不正确,别插入的代码影响到了
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

No branches or pull requests

1 participant