android-native-egl-example icon indicating copy to clipboard operation
android-native-egl-example copied to clipboard

Errors on app exit

Open tsaarni opened this issue 8 years ago • 0 comments

some errors spotted at https://forums.ouya.tv/discussion/4210/errors-on-app-exit-any-help-or-info-would-be-appreciated

  • Make sure that native window will be released at shutdown by a call to ANativeWindow_release(window)
  • Always before releasing window, make sure that renderer thread has been shut down.

tsaarni avatar Nov 14 '15 08:11 tsaarni