Hello!
We were debugging some "ping was missed" logs
[host] [warning] Monitor thread (device: 194435108198757340 [169.254.1.222]) - ping was missed, closing the device connection
and noticed the logs weren't being set to the callback function provided to Device.setLogCallback()
.
Is this expected? If so, is there a way to add a log callback for host logs?
Relatedly, is there a way to reproducibly trigger host logs so we can reproduce the issue? Maybe we just have a bug in our callback function…
As always, thank you for all your help!