Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 184 Bytes

FUCK YOU GOOGLE

if (dexoptOptions.getCompilationReason() == 12) {
    Slog.w(TAG, "Skipped dexOpt for start by shell: " + dexoptOptions.getPackageName());
    return 0;
}