Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Archana
Binge Watcher

How to get network logs from roku device

Want to fetch the all network logs and player logs.
Does Roku have specific API to fetch the logs?. I found one API roSystemLog. But I am not able to see the network calls from this.
Is there any other ways to fetch the logs from the application?
It would be so use full If I get any documents for the same. If anyone has found some solution please share here.
0 Kudos
1 REPLY 1
gomad
Roku Guru

Re: How to get network logs from roku device

you should be getting some kinda HTTP logs from roSystemLog, but only if your player listens to the main msg port.

You could capture network logs using charles/wireshark or some other network tool.

https://developer.roku.com/en-gb/docs/developer-program/debugging/capturing-and-decrypting-ssl-packe...

 

else if you are just looking to capture the your HTTP calls, just print the out to terminal.

0 Kudos