Fix regression from 9bf7c1ccf8, composition log was not correct.
This commit is contained in:
parent
0599515708
commit
4029425ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ fun LogCompositions(tag: String, msg: String) {
|
|||
if (BuildConfig.DEBUG) {
|
||||
val ref = remember { Ref(0) }
|
||||
SideEffect { ref.value++ }
|
||||
Timber.d(tag, "Compositions: $msg ${ref.value}")
|
||||
Timber.tag(tag).d("Compositions: $msg ${ref.value}")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue