mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-03 02:37:37 +01:00
f8877909ca
Use Timber instead of `android.util.Log`. Removes the need for `TAG` statics in companion objects, slightly simplifying the code. Opens the door for some production logging in the future.