commit | 405284789d13dd1a1d15e2888a987591f5de6b12 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Mar 28 09:07:36 2017 -0700 |
committer | Alex Light <allight@google.com> | Wed Mar 29 11:55:03 2017 -0700 |
tree | 5fc7fc88bd8bce459217c918f77d6a5c65db76a4 | |
parent | 37aa4c99260985e67cd466397e58927e7a0d2871 [diff] |
Undo dex2dex compilation before invoking LoadHook We need to undo any dex_to_dex compilation that might have taken place before passing a dex file to any registered ClassFileLoadHooks to ensure that no internal opcodes are present in any methods. Test: ./test.py --host -j40 Bug: 36653594 Change-Id: Ia42c77312e685d69f6b3ea764fad01710b10ab45