in beta testing fw 8.0 on Roku 4 build 4105-17 seeing consistently runGarbageCollector() hangs after exiting video in the app I'm working on. Not sure how to debug this since runGarbageCollector() is a firmware function that shouldn't afaik hang, and this is working correctly (ie not hanging) in fw 7.7.
Thanks for any suggestions.
one note, when I test this in 7.7 at the point where it hangs in 8.0, this is the debug output in 7.7
orphaned objects cleaned: 0 gcResult = RunGarbageCollector()
print "orphaned objects cleaned: " + gcResult.orphaned.toStr())
in 8.0 it never gets to the print statement. Maybe the 0 orphans is the issue?
aspiring