Closed Partha11 closed 4 years ago
Where you are installing the debug tree?
I'm installing the debug tree on the application class
Fixed the issue. I was calling Timber.plant(DebugTree()) twice, once inside my application class (onCreate) and the other inside my splash activity init which I never noticed. Thanks for pointing me to the right direction <3
After upgrading to kotlin-gradle-plugin version to 1.4.0, timber seems to act a bit weird. Every time I close my app and reopen it, timber would print the debug message multiple times (E.g opening the app 2nd time causes to print the message 2 times, opening the app 3rd time causes it to print 3 times and this goes on). But Log.d works fine. Is this an issue with the kotlin version?