Commit be016039 authored by swift_gan's avatar swift_gan

update hook black list

parent a958238f
......@@ -19,6 +19,9 @@ public class HookBlackList {
methodUseInHookBridge.add("java.lang.Class.getDeclaredField");
methodUseInHookBridge.add("java.lang.reflect.InvocationTargetException.getCause");
methodUseInHookBridge.add("java.lang.Throwable.getStackTrace");
methodUseInHookBridge.add("java.lang.Thread.getStackTrace");
methodUseInHookStub.add("java.lang.Object.equals");
methodUseInHookStub.add("java.lang.Class.isPrimitive");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment