Skip to content

v1.9.14.3

Compare
Choose a tag to compare
@tys282000 tys282000 released this 16 Oct 07:32
· 384 commits to dev since this release

Bugfix & ChangeLog

  1. 修复 TinkerApplicationInlineFence 类没有被自动 keep 到主 dex 的 bug。
  2. 保护 BindService 提高 patch 进程优先级的逻辑偶尔在 unbind 的时候产生的 crash。
  3. 四字节对齐 patch 中的 dex,避免加载时产生 mmap 放大的问题。
  4. 使用 PathClassLoader 触发合成 patch 后的 dex2oat,避免因 patch 失去 jit 支持导致性能问题。(多谢华为的建议)
  5. 修改 maindex keep 规则,避免主 dex 中引入过多的类。