Print relay writes on benchmark as well.

This commit is contained in:
Vitor Pamplona 2024-08-02 12:35:52 -04:00
parent 7fdf38d17b
commit b02fa43628

View File

@ -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")
}
}