mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-27 16:46:24 +02:00
Print relay writes on benchmark as well.
This commit is contained in:
@@ -548,7 +548,7 @@ class Relay(
|
|||||||
}
|
}
|
||||||
RelayStats.addBytesSent(url, str.bytesUsedInMemory())
|
RelayStats.addBytesSent(url, str.bytesUsedInMemory())
|
||||||
|
|
||||||
if (BuildConfig.DEBUG) {
|
if (BuildConfig.DEBUG || BuildConfig.BUILD_TYPE == "benchmark") {
|
||||||
Log.d("Relay", "Relay send $url $str")
|
Log.d("Relay", "Relay send $url $str")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user