Skip to content

Commit

Permalink
Print relay writes on benchmark as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Aug 2, 2024
1 parent 7fdf38d commit b02fa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
Expand Down

0 comments on commit b02fa43

Please sign in to comment.