Fix compilation error when debugging log is enabled
This commit is contained in:
parent
32370d69ab
commit
cb1e86810e
|
|
@ -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
|
// set the target method to native so that Android O wouldn't invoke it with interpreter
|
||||||
if (SDKVersion >= __ANDROID_API_O__) {
|
if (SDKVersion >= __ANDROID_API_O__) {
|
||||||
setNativeFlag(targetMethod, true);
|
setNativeFlag(targetMethod, true);
|
||||||
LOGI("access flags is 0x%x", access_flags);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGI("hook and backup done");
|
LOGI("hook and backup done");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue