You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ScanRecord is complaining 10 times a second about the following.
04-09 12:31:48.467 3910 4310 D ScanRecord: parseFromBytes
04-09 12:31:48.467 3910 4310 D ScanRecord: first manudata for manu ID
04-09 12:31:48.467 3910 4310 D ScanRecord: Not a Multi Manu data
04-09 12:31:48.467 3910 4310 D ScanRecord: Not a Multi Manu data
04-09 12:31:48.467 3910 4310 D ScanRecord: Not a Multi Manu data
04-09 12:31:48.467 3910 4310 D ScanRecord: Not a Multi Manu data
04-09 12:31:48.467 3910 4310 D ScanRecord: parseFromBytes
04-09 12:31:48.467 3910 4310 D ScanRecord: first manudata for manu ID
04-09 12:31:48.467 3910 4631 D BtGatt.ContextMap: sendClientScanResult for app id 5
04-09 12:31:48.467 25989 25999 D ScanRecord: parseFromBytes
04-09 12:31:48.467 25989 25999 D ScanRecord: first manudata for manu ID
Process 3910 complains about Not a Multi Manu data, process 25989 does not seem to be bothered by it.
You mean you think it's different processes involved. In this case that might be possible. I had the Nordic app and the Crownstone app running for a while.
Currently
ScanRecord
is complaining 10 times a second about the following.Process
3910
complains aboutNot a Multi Manu data
, process25989
does not seem to be bothered by it.Part of
getprop
:Logging:
Expected: properly handled beacon messages without filling the logs with errors.
The text was updated successfully, but these errors were encountered: