loglifecycle
loglifecycle copied to clipboard
Logs all lifecycle methods of annotated Activities, Fragments, Services, Views, etc.
apply plugin:'loglifecycle' Error:(103, 1) A problem occurred evaluating project ':app'. > Plugin with id 'loglifecycle' not found.
Closes #7
Thank for the lib, this seems to be a required one ! However I didn't succeed to runt it. 1/ I get error : Execution failed for task ':app:transformLogLifeCycleProcessorDebug'. >...
I'm seeing: ``` What went wrong: Execution failed for task ':appname:transformLogLifeCycleProcessorAbcDebug'. > Could not execute transformation ``` This is with the following top-level build.gradle: ``` // .. dependencies { classpath...
is the lombok version including the wrong asm version ? I am getting these errors on link task execution: org.objectweb.asm.tree.ClassNode has interface org.objectweb.asm.ClassVisitor as a super class
Depends on https://github.com/stephanenicolas/loglifecycle/issues/2