JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 797 forks source link

How about use asm and tranform api to develope a similar tool #166

Closed Leaking closed 5 years ago

Leaking commented 5 years ago

Recently, i use asm and tranform api to develop a similar plugin, and it has some advantages over hugo, you can have a try
https://github.com/Leaking/Hunter/blob/master/README_hunter_debug.md

Hugo Hunter-Debug
support kotlin no yes
custom logger no yes
object toString no yes
compile speed normal fast

meanwhite, aspectJ will break the AS debugger, but asm not.