mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-06-12 21:27:47 +02:00
fix(bridge): broadcast log crash
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user