Replies: 1 comment 2 replies
-
Are you using the debug protocol? If so, try using telnet instead. ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Roku channel app is crashing the device and rebooting. I want to be able to identify the cause, but, I can't seem to trap the error. The device hangs, then reboots if I try to play a Live stream (ie. m3u8). I get this message in the console when the crash occurs:
App exit event detected and launchConfiguration.stopDebuggerOnAppExit is true - shutting down debug session
I've tried disabling the OnAppExit switch but it does not help. I've also tried wrapping Try/Catch around code I suspect.
Is there a recommended way to trap this kind of error?
Beta Was this translation helpful? Give feedback.
All reactions