Fix compilation error when debugging log is enabled

This commit is contained in:
solohsu 2020-08-01 22:08:02 +08:00
parent 32370d69ab
commit cb1e86810e
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ static int doBackupAndHook(JNIEnv *env, void *targetMethod, void *hookMethod, vo
// set the target method to native so that Android O wouldn't invoke it with interpreter
if (SDKVersion >= __ANDROID_API_O__) {
setNativeFlag(targetMethod, true);
LOGI("access flags is 0x%x", access_flags);
}
LOGI("hook and backup done");