SandHook: update sandhook & remove useless log

This commit is contained in:
swift_gan 2019-03-25 15:54:50 +08:00
parent 82aa26383c
commit ac0d48dccf
4 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ dependencies {
compileOnly files("libs/framework-stub.jar")
implementation project(':edxp-common')
implementation project(':xposed-bridge')
implementation 'com.swift.sandhook:hooklib:3.2.8'
implementation 'com.swift.sandhook:hooklib:3.3.3'
compileOnly project(':dexmaker')
}

View File

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

Binary file not shown.

Binary file not shown.