JakeWharton/timber

Timber logs not showing in Android Studio Dolphin 2021.3.1

oyeraghib opened this issue · 3 comments

Issue :

In new Android Studio Dolphin 2021.3.1 the Timber logs are not being shown.

For reference :

Log Statements

        Timber.d("onCreateViewCalled using Timber")
        Log.d("Login", "onCreateViewCalled using Log")

Output

timbe logs

Did you plant the DebugTree or one which sends data to the platforms Log facility?

I have plant the DebugTree in my Application class. I have been using Timber in this project since older Android Studio versions and it was working fine. I just updated to Dolphin and realized it's not showing up now.

Update: Seems like it is not an issue with Timber but Android Studio Chipmunk.
For some of the other projects it is working fine. I just constantly had to Invalidate cache as it just stops showing Timber logs.