SandHook: remove log
This commit is contained in:
parent
184734b4b6
commit
07bb6952fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue