mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Prints better logs for relay subscriptions
This commit is contained in:
@@ -49,10 +49,10 @@ class SubscriptionStats {
|
||||
}
|
||||
}
|
||||
|
||||
fun printCounter() {
|
||||
fun printCounter(tag: String) {
|
||||
eventCounter.forEach {
|
||||
Log.d(
|
||||
"STATE DUMP ${this.javaClass.simpleName}",
|
||||
tag,
|
||||
"Received Events ${it.value.subscriptionId} ${it.value.eventKind}: ${it.value.counter}",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user