Stifler_Fang

Results 1 issues of Stifler_Fang

由于我想看到HookerMethodHandler类里的doHookInner日志,我把第61-63行的代码从 if (time > 5) { Log.i(TAG, "doHookInner method(%s.%s) cost %s ms", method.getDeclaringClass().getName(), method.getName(), time); } 改成了 //if (time > 5) { Log.i(TAG, "doHookInner method(%s.%s) cost %s ms", method.getDeclaringClass().getName(), method.getName(),...