Unverified Commit aec12258 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 4192be5a
...@@ -155,6 +155,14 @@ XposedHelpers.findAndHookMethod(Activity.class, "onResume", new XC_MethodHook() ...@@ -155,6 +155,14 @@ XposedHelpers.findAndHookMethod(Activity.class, "onResume", new XC_MethodHook()
``` ```
# Notice
!!!!!!!!
when OS >= 8.0
you must call backup method in hook method, if you want call it in other method, please call SandHook.compileMethod(otherMethod) before call backup method.
because when ART trigger JIT form profiling, JIT will invoke -> ResolveCompilingMethodsClass -> ClassLinker::ResolveMethod -> CheckIncompatibleClassChange -> ThrowIncompatibleClassChangeError fianlly!!!
# References # References
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment