Hi RokuMarkn,
As pyelagin says
Roku app quits with no errors
,
it is possible in one condition: he is closing all the screen(in
technical term i can say "Exit while" from all the screen), otherwise there would be backtrace. it means roku debug did not find any wrong here.
Sometimes
when apps crash due to some reasion like: web service problem(not getting proper response from server it will happen in the case:developer have forget to check if condition for response code 200-300), or due to some other reasion in our apps UI etc.
In that case our apps crash(backtrace) and all screen close and control jump to ROKU home page.in this situation is it possible after backtrace(crash screen) control will move to splash screen and restart our channel automattically(Not go to ROKU home page)?.