Change watchdog timeout based on g_dbus_connection_call_sync() timeout of runtime... 06/245806/4 submit/tizen/20201016.071425
authorYoungHun Kim <yh8004.kim@samsung.com>
Fri, 16 Oct 2020 05:00:45 +0000 (14:00 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Fri, 16 Oct 2020 07:00:25 +0000 (16:00 +0900)
commit5d81cd94588acf4790f752ed549c038041d895e7
tree9169533cdba7cfc91b86cadd5a2d45ae86c432de
parent43947597163265a75be7003b3f79cb4a09058bd7
Change watchdog timeout based on g_dbus_connection_call_sync() timeout of runtime-info

 - Currently, muse server watchdog is set to no response for 1 minute. If there is
   no response while executing the g_dbus_connection_call_sync() operation set to 2 minutes,
   the process is terminated by deadlock. Therefore, change the muse-server watchdog time to about 2 min 20 sec.
 - Add log at ms_connection_lock/unlock

Change-Id: I61a2082c51b1cf3fc24123318a221f4b67c3a4cb
server/include/muse_server_watchdog.h
server/src/muse_server_connection.c