Remove testing codes

This commit is contained in:
solohsu 2019-01-20 02:16:11 +08:00
parent 8664f2ab70
commit 1081a06eab
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ public final class DynamicBridge {
public static synchronized void hookMethod(Member hookMethod, XposedBridge.AdditionalHookInfo additionalHookInfo) { public static synchronized void hookMethod(Member hookMethod, XposedBridge.AdditionalHookInfo additionalHookInfo) {
if (hookMethod.toString().contains("com.tencent.wcdb.database")) {
DexLog.w("wcdb not permitted.");
return;
}
if (!checkMember(hookMethod)) { if (!checkMember(hookMethod)) {
return; return;
} }