How to view WEBRTC logs on chrome for ICE

4,167 views
Skip to first unread message

skana...@gmail.com

unread,
Jun 24, 2013, 5:39:51 AM6/24/13
to discuss...@googlegroups.com
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:
********************************
1) type chrome://version/ on browser
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




Justin Uberti

unread,
Jun 26, 2013, 1:04:12 AM6/26/13
to discuss-webrtc
Use --vmodule=*third_party/libjingle/*=3 instead.






--
 
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

skana...@gmail.com

unread,
Jun 26, 2013, 1:42:53 AM6/26/13
to discuss...@googlegroups.com

Thank You!! Justin.  It enables some of the .cc logs.

But i couldn't logs related to RTCIceCandidate or RTCPeerConnection or ICE request/response? 
Please help me.

Vikas

unread,
Jun 26, 2013, 8:42:41 AM6/26/13
to discuss...@googlegroups.com
Hi,

On Windows, can you try with the following : chrome.exe --enable-logging --v=1 --vmodule=*source*/talk/*=3

/Vikas

skana...@gmail.com

unread,
Jun 26, 2013, 10:05:23 AM6/26/13
to discuss...@googlegroups.com
Thank You Vikas. I will give a try and let you know.

Could you please tell me the difference

a) --vmodule=*source*/talk/*=3
b)  --vmodule=*third_party/libjingle/*=3
c) --vmodule=*libjingle/source/talk/*=3

Vikas

unread,
Jun 26, 2013, 12:46:39 PM6/26/13
to discuss...@googlegroups.com
Hi,

The difference is the filter being used for logging. I would suggest you to try using option a. for logging on all platforms and see if that works. 

/Vikas
Reply all
Reply to author
Forward
0 new messages