commit | d56feec5fe77c19988609508b1b5060acc70ef72 | [log] [tgz] |
---|---|---|
author | Kevin Cernekee <cernekee@gmail.com> | Mon Nov 18 17:19:56 2013 -0800 |
committer | Hieu Nguyen <houstonn@gmail.com> | Wed Dec 04 03:41:04 2013 -0800 |
tree | 4fe8b8a759b291f512d061b98e394efafe113d6d | |
parent | a15263f06aad0e0598c103a9ff605f916c63c563 [diff] |
verifier: Bypass monitor-{enter,exit} depth checks Per Google Bug 61916[1], the monitor-enter and monitor-exit checks in dex2oat are excessively strict and will reject some valid APKs, such as WhatsApp[2]. This change attempts to relax those requirements. [1] https://code.google.com/p/android/issues/detail?id=61916 [2] http://forum.xda-developers.com/showthread.php?t=2525044 Signed-off-by: Kevin Cernekee <cernekee@gmail.com>