SandHook: remove log
This commit is contained in:
parent
184734b4b6
commit
07bb6952fa
|
|
@ -312,7 +312,6 @@ public class HookStubManager {
|
||||||
try {
|
try {
|
||||||
((XC_MethodHook) snapshot[afterIdx]).callAfterHookedMethod(param);
|
((XC_MethodHook) snapshot[afterIdx]).callAfterHookedMethod(param);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
XposedBridge.log(t);
|
|
||||||
if (lastThrowable == null)
|
if (lastThrowable == null)
|
||||||
param.setResult(lastResult);
|
param.setResult(lastResult);
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue