From cb1e86810e3740644eace07456fa1443a6e17cdb Mon Sep 17 00:00:00 2001 From: solohsu Date: Sat, 1 Aug 2020 22:08:02 +0800 Subject: [PATCH] Fix compilation error when debugging log is enabled --- edxp-core/src/main/cpp/external/yahfa/src/HookMain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/edxp-core/src/main/cpp/external/yahfa/src/HookMain.c b/edxp-core/src/main/cpp/external/yahfa/src/HookMain.c index 70e73ecc..57e0faf1 100644 --- a/edxp-core/src/main/cpp/external/yahfa/src/HookMain.c +++ b/edxp-core/src/main/cpp/external/yahfa/src/HookMain.c @@ -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");