commit | d83edf3d155c49a578851da4f0407affa03b2325 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Feb 22 15:07:18 2021 -0800 |
committer | Alex Light <allight@google.com> | Mon Feb 22 15:10:02 2021 -0800 |
tree | 65c532d8343d369007c2b2be380d370fe0182f54 | |
parent | 74584e6b65b6d5949afa9de664b05f453d42872b [diff] |
Correctly match dex-file names in profman In profman we were incorrectly matching dex-file names in cases where the profile file had annotations. This error prevented profiles with annotations from being dumped correctly since cross-dex-file references (such as inline-caches) would not be resolvable. Test: ./test.py --host Bug: 168941430 Change-Id: Ic1e60d73bcca9043408b7d0eff0ac4f8cb97ad22