Just noticed that when I write Log.e(tag, "message...
# announcements
t
Just noticed that when I write Log.e(tag, "message) in an Android fragment, Kotlin is calling getTag() on the fragment instead of my tag field in the companion object..