Hi Guys,
I’m trying to use Aspect with my Android project for days, and cant reach nowhere, Tried different approaches over the internet, but none worked with me, i’m just wondering if anyone could help me found some working content, i just need to apply a execution Aspect to add a log to every method in my Android App for experiment validation purposes.
I’ve already done this with a pure Java Android project, but when i did the same code with Kotlin, nothing was Logged on Execution, the i’m pretty sure the Weaver isn’t working properly on the compiled files.
Thanks for your attention, i’ll appreciate any answer!