Created
June 7, 2020 20:43
-
-
Save jshvarts/5af4cff05b25f6fe2c228c4aae96447a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fun logCoroutine(message: String) = "[${Thread.currentThread().name}] $message" | |
// call with | |
Timber.d(logCoroutine("Initial coroutine launched")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment