android / ndk-samples

Android NDK samples with Android Studio
http://developer.android.com/ndk
Apache License 2.0
10.06k stars 4.18k forks source link

Replace ALooper_pollAll with ALooper_pollOnce. #1008

Closed DanAlbert closed 5 months ago

DanAlbert commented 5 months ago

ALooper_pollAll can't be called safely and is being removed from the NDK. Replace with ALooper_pollOnce.