dexcalibur
dexcalibur copied to clipboard
question: how to log the execution of a method in the console?
Thanks to https://github.com/FrenchYeti/dexcalibur/issues/22#issuecomment-603436528, I can now create a hook for a method:
> var meth = Project.find.method("enclosingClass.name:TelephonyManager").get(7)
> var hook = Project.hook.probe(meth);
However, when I run the application, I don't see anything in the log regarding the execution of this method.
how to log the execution of a method in the console?
Thanks!
ping?