Open
Description
I have found this discussion occasionally: android/ndk#2020.
Check https://developer.android.com/ndk/reference/group/looper#alooper_pollall:
[Deprecated. ] Calls to
ALooper_pollAll
should be replaced withALooper_pollOnce
. If you callALooper_pollOnce
in a loop, you must treat all return values as if they also indicateALOOPER_POLL_WAKE
.
Metadata
Metadata
Assignees
Labels
No labels