Remove testing codes
This commit is contained in:
parent
8664f2ab70
commit
1081a06eab
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue