Add IO exception checking to reduce warning logs. 12/255912/1
authorJoonbum Ko <joonbum.ko@samsung.com>
Wed, 24 Mar 2021 08:06:35 +0000 (17:06 +0900)
committerJoonbum Ko <joonbum.ko@samsung.com>
Wed, 24 Mar 2021 08:06:37 +0000 (17:06 +0900)
commit44623de646cd885ff3bed81426d374549d556cbc
treeb2cc51b8edd7bb57bc191d9bbdbbc3a27c98fe0f
parent14c3f4b8c3435798703aec311ab68136611042fc
Add IO exception checking to reduce warning logs.

 - When a problem occurs, there are cases where
  the result of g_source_query_unix_fd is (cond == 0).
 - Since too many warning logs may be output,
  exception handling was added to simply ignore
  it in this case.

Change-Id: I694c5916c82d0969a86db8207ad8a64224e2fb25
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>
src/tpl_utils_gthread.c