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: 
greubel
Visitor

Debug prints

Question: do debug displays cause much overhead in a released channel ? and is there any way to capture them ?
0 Kudos
1 REPLY 1
RokuKevin
Visitor

Re: Debug prints

There is no way for you to capture debug prints on a released channel.

If you need to gather your own statistics, we suggest using roUrlTransfer() to send data back to your website. In the v2.6 release, there is a new component called roSystemLog that will allow you to receive events from the firmware about network traffic, bandwidth, etc... that may also be useful for you to report back to your site.

--Kevin
0 Kudos