This is something I unable to reproduce consistently, it's just happening from times to times.
I'm using BridgeLogger to read logs from the B4A IDE and sometimes I see a line duplicate one or more times.
I'm adding an incremental ID number to my log lines, so I believe I'm not logging multiple times the same entry, because I see the same ID in the duplicate lines.
Is BridgeLogger using UDP for logging, so some packets might be sent multiple times if no acknowledge is sent within a short period of time?