Skip to content

Commit

Permalink
Fix compilation error when debugging log is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
solohsu committed Aug 1, 2020
1 parent 32370d6 commit cb1e868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion edxp-core/src/main/cpp/external/yahfa/src/HookMain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cb1e868

Please sign in to comment.