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.
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.
