Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.13k stars 3.33k forks source link

Tinker load dex synchronously, so we don't need wait and check oat fi… #1496

Closed lbtrace closed 3 years ago

lbtrace commented 3 years ago

…les, check them directly

tys282000 commented 3 years ago

Thanks for your contribution. Although Tinker loads dex files synchronically, wait and validate all corresponding oat files is still necessary since some manufacturers may modify dex2oat routine to skip waiting for generating oat files to accelerate dex loading, which makes oat file is generated a-synchronically.