fix(bridge): broadcast log crash

This commit is contained in:
rhunk
2024-08-12 10:20:28 +02:00
parent 07f3835864
commit 76a2df6a34

View File

@ -193,7 +193,7 @@ class BridgeClient(
fun broadcastLog(tag: String, level: String, message: String) {
message.chunked(1024 * 256).forEach {
safeServiceCall {
runCatching {
service.broadcastLog(tag, level, it)
}
}