From: Joonbum Ko Date: Fri, 10 Apr 2020 05:30:04 +0000 (+0900) Subject: Added debug log for checking the value of sync_fd. X-Git-Tag: submit/tizen/20200810.080631~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94fcb7e5d36ea49f132654257ae8aa9bccb83b76;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git Added debug log for checking the value of sync_fd. Change-Id: Idd4654ef86bd9f699998749bb93d87992d943331 Signed-off-by: Joonbum Ko --- diff --git a/src/tpl_wayland_egl_thread.c b/src/tpl_wayland_egl_thread.c index fbdc44b..2ebfa74 100755 --- a/src/tpl_wayland_egl_thread.c +++ b/src/tpl_wayland_egl_thread.c @@ -3555,7 +3555,7 @@ twe_surface_set_sync_fd(twe_surface_h twe_surface, surf_source->sync_info.sync_fd = sync_fd; surf_source->sync_info.tbm_surface = tbm_surface; surf_source->use_sync_fence = TPL_TRUE; - TPL_DEBUG("set sync fd | surf_source(%p) tbm_surface(%p) sync_fd(%d)", + TPL_DEBUG("[SET_SYNC_FD] surf_source(%p) tbm_surface(%p) sync_fd(%d)", surf_source, tbm_surface, sync_fd); g_mutex_unlock(&surf_source->surf_mutex);