Change logging for nRF Toolbox

This commit is contained in:
Sylwester Zieliński
2022-04-04 13:16:26 +02:00
parent b5d542f967
commit 6ffbd9b07b
10 changed files with 11 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ class HRSRepository @Inject constructor(
}
fun start(device: BluetoothDevice, scope: CoroutineScope) {
val manager = HRSManager(context, scope, ToolboxLogger(context, "HRS"))
val manager = HRSManager(context, scope, ToolboxLogger(context, "HRS", device.address))
this.manager = manager
manager.dataHolder.status.onEach {