PAGalaxyLab / YAHFA

Yet Another Hook Framework for ART
GNU General Public License v3.0
1.56k stars 350 forks source link

Debuggable vs. non debuggable APK #108

Open chritsian opened 5 years ago

chritsian commented 5 years ago

Is there a possibility to build the apk without debuggable option on and method inlining at the same time? I've tried the workaround described in the README but I need debuggable option off.

rk700 commented 5 years ago

Well I think it would be very hard and tricky since debuggable is the only way(AFAIK) to have dex2oat compiling with inline optimization disabled.