Relatively new Roku developer here. I know that I can use the Brightscript debug console when I'm developing my app, but is there any way that I can capture the log/errors from my beta testers? I have a private channel that a few people have installed, and they've had a few issues maintaining a connection to an HLS stream for large chunks of time (e.g. overnight). Is there any way I can automatically have their error/debug logs sent to me if their session gets killed?
The way I see it, there are three variables I need to research: (1) the app, (2) the HLS server, or (3) the tester's network connection. Having a log would be incredibly helpful.
Thank you!