commit | 5fd984cc6e4eb5f5c55174c8126327add7a474f8 | [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 14:59:29 2017 -0700 |
tree | f3b90c23bb769db8394a29b081da13d25e69ef72 | |
parent | 27e771c3263c688b4f970f08d780aff7b8f1756b [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 (cherry picked from commit 405284789d13dd1a1d15e2888a987591f5de6b12)