Dear Team,
I have enabled Chrome logs for WEBRTC based on the below link
But i am not able to see any logs related to ICE connectivity checks.
Any idea?
Thanks,
Kanagavelu Sugumar.
How to enable chrome logs:
********************************
2) Copy the command line
| Command Line | "C:\Users\ksugumar\AppData\Local\Google\Chrome\Application\chrome.exe" --flag-switches-begin --enable-sync-favicons --enable-full-history-sync --sync-keystore-encryption --flag-switches-end
|
3) Add the below for enabling webrtc logs
--enable-logging --v=1 --vmodule=*libjingle/source/talk/*=3 --user-data-dir=c:\foo
e.g)
C:\Users\ksugumar>start C:\Users\ksugumar\AppData\Local\Google\Chrome\Applicatio
n\chrome.exe --flag-switches-begin --enable-sync-favicons --enable-full-history-
sync --sync-keystore-encryption --flag-switches-end --enable-logging --v=1 --vmo
dule=*libjingle/source/talk/*=3 --user-data-dir=c:\foo