Hello,
I'm doing some webrtc test scenarios targeting headless chromium (using xvfb). The problem is that the log entries are of this form:
[40809:1295:0317/153829:INFO:CONSOLE(4299)] "WebRTCommCall:onRtcPeerConnectionIceChangeEvent(): this.peerConnection.iceGatheringState=complete", source: http://127.0.0.1:10510/scripts/WebRTComm.js (4299)and I can't figure out what is going on as there is no timestamp in the logs. Is there a way to enable timestamps from the command line? Cause I haven't been able to find any (in non headless mode I can add timestamp in the Developer Tools but in headless this is not an option)
I read on the net that there's an indication of 'ticks' that as supposed to measure time somehow? But the only variable number above is 153829 and that doesn't seem to have the period of a second. It would also help me if there's a resource somewhere the documents what all those fields are in each of the log lines
Best regards,
Antonis Tsakiridis