greubel
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2010
09:42 AM
Debug prints
Question: do debug displays cause much overhead in a released channel ? and is there any way to capture them ?
1 REPLY 1

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2010
08:31 AM
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
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