Adjust exit handler priority 31/123631/2
authorSangyoon Jang <s89.jang@samsung.com>
Thu, 6 Apr 2017 08:50:53 +0000 (17:50 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 6 Apr 2017 10:37:30 +0000 (19:37 +0900)
g_timeout_add_seconds register timer callback with G_PRIORITY_DEFAULT(0),
but g_idler_add with G_PRIORITY_DEFAULT_IDLE(200).
We need to ensure that the queue_job() invoked before exit_server().

Change-Id: I1cbb3d198cd2ced4def64924abe10c97922a3fd7
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>

No differences found