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