Skip to content

Instantly share code, notes, and snippets.

@brianduff
Last active September 29, 2020 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianduff/8b6f35003598276f446694233a5220b1 to your computer and use it in GitHub Desktop.
Save brianduff/8b6f35003598276f446694233a5220b1 to your computer and use it in GitHub Desktop.
# This is the class I care about
- frodo/Test
# And this is a method I want to log with its super ugly JVM signature
- someMethod(Lfrodo/Test$RealFile;)Ljava/lang/String;
# Please show me an abbreviated stack trace for each call
- showTrace: true
# And use the getPath() method to convert the parameter to a String
- displayMethod: getPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment