In Android Studio's logcat window it is hard to distinguish my custom log messages (Log.d, Log.e...) from the other log messages. This still happens when setting package:mine.
See the image below:
In Android Studio's logcat window it is hard to distinguish my custom log messages (Log.d, Log.e...) from the other log messages. This still happens when setting package:mine.
See the image below:
Copyright © 2021 Jogjafile Inc.

Best solution is to use Timber.
In MainApplication class set up a custom class extending Timber.Tree. Then Timber.plant it like this:
The custom Timber.Tree looks like following:
Notice this:
It modifies your log messages and adds a prefix containing ❤️❤️❤️.