SandHook: remove log

This commit is contained in:
swift_gan 2019-03-30 14:44:22 +08:00
parent 184734b4b6
commit 07bb6952fa
1 changed files with 0 additions and 1 deletions

View File

@ -312,7 +312,6 @@ public class HookStubManager {
try {
((XC_MethodHook) snapshot[afterIdx]).callAfterHookedMethod(param);
} catch (Throwable t) {
XposedBridge.log(t);
if (lastThrowable == null)
param.setResult(lastResult);
else