tpl_wayland_egl: When wl_display_dispatch_queue() fails, print infomation of error... 79/107779/2
authorMun, Gwan-gyeong <kk.moon@samsung.com>
Fri, 30 Dec 2016 00:47:55 +0000 (09:47 +0900)
committerGwan-gyeong Mun <kk.moon@samsung.com>
Wed, 11 Jan 2017 09:58:29 +0000 (01:58 -0800)
commit3920ae0d142cfca913374c9682b9073e8c0b3e2e
tree5618751b6260d4560da2db7ca4dd0cfbbbd5bc19
parentab2f2d093d0b35c500f61383a4959832e705c404
tpl_wayland_egl: When wl_display_dispatch_queue() fails, print infomation of error in detail
                 on __tpl_wayland_egl_surface_wait_dequeuable()

When the wl_display_dispatch_queue() fails on __tpl_wayland_egl_surface_wait_dequeuable(),
it generally  prints errno and errno_str.
If errno is EPROTO, it prints error interface name and error enumeration code.

Change-Id: I774774294a396164a9b9c66492c9cb79f18257cc
Signed-off-by: Mun, Gwan-gyeong <kk.moon@samsung.com>
src/tpl_wayland_egl.c