Call poll() again when it fails with an EAGAIN error 35/232035/15
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 27 Apr 2020 22:49:24 +0000 (07:49 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 11 May 2020 04:38:15 +0000 (13:38 +0900)
commit1cd8896cf725c8f48de10ef0367dc031e9ec8260
tree3c9dae6dafde06d951852dca2b45aaa084aae7f5
parentf0d882d9312d1d24844e3d44fe7f123ee0016f38
Call poll() again when it fails with an EAGAIN error

 - poll() can fail with the error EAGAIN if the system fails to allocate kernel-internal
   resources. Portable programs may wish to check for EAGAIN and loop.
 - Change the mode of mm_resource_manager_daemon_priv.c
 - Update some logs

Change-Id: I2ee8f16931b14e57ed065be607b08d9d81f1b4ca
src/daemon/mm_resource_manager_daemon_dbus.c [changed mode: 0755->0644]
src/daemon/mm_resource_manager_daemon_priv.c
src/lib/mm_resource_manager_priv.c