When using the inotify mechanism (for monitor Downloads folder), the epoll_wait() function interrupts and returns -1 and the error code EINTR.
Does it mean that the OS sends a signal (e.g. SIGINT) and under what conditions does it do it?
The problem is typical only for devices on Android 14 (Samsung S23-S24).