XC_MethodReplacement log throwable
This commit is contained in:
parent
4d9d8adc32
commit
7b638a706d
|
|
@ -29,6 +29,7 @@ public abstract class XC_MethodReplacement extends XC_MethodHook {
|
||||||
Object result = replaceHookedMethod(param);
|
Object result = replaceHookedMethod(param);
|
||||||
param.setResult(result);
|
param.setResult(result);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
|
XposedBridge.log(t);
|
||||||
param.setThrowable(t);
|
param.setThrowable(t);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue