Archana
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2019
06:21 AM
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.
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.
1 REPLY 1
gomad
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2019
01:25 AM
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.
else if you are just looking to capture the your HTTP calls, just print the out to terminal.