Created by: zbsz
- moved "proguard friendly" fallback after proper method search, this way we still properly handle non obfuscated code (and use mTable), and it's safer this way
- added .setAccessible(true) before invoking discovered method, was getting errors during testing in ScalaTest with Robolectric, even public methods could not be called.