Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question: how to log the execution of a method in the console? #25

Open
monperrus opened this issue Mar 27, 2020 · 1 comment
Open

question: how to log the execution of a method in the console? #25

monperrus opened this issue Mar 27, 2020 · 1 comment
Labels
API question Further information is requested

Comments

@monperrus
Copy link
Contributor

Thanks to #22 (comment), 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!

@monperrus
Copy link
Contributor Author

ping?

@FrenchYeti FrenchYeti added question Further information is requested API labels Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants