Eanimator-vsync : Disabled log print 90/251190/1
authorWoochanlee <wc0917.lee@samsung.com>
Mon, 11 Jan 2021 06:16:16 +0000 (15:16 +0900)
committerWoochanlee <wc0917.lee@samsung.com>
Mon, 11 Jan 2021 06:18:47 +0000 (15:18 +0900)
commit38544f61d0573f6a11c459ec52500282f556a6ad
tree5801a20b5e223cce9d051558914da98970b91d2c
parent92bba162760c889890781e505e2bc8997c598296
Eanimator-vsync : Disabled log print

We need to call eina_log_threads_enable() when print eina_log in thread.

If we use eina_log in thread without a mutex lock, if the log_domain is realloc in main thread,
it may refer to wrong memory ref and cause memory curruption.

Change-Id: I4e1c4ceabee183673da8ab50c7fcfb331ea11a09
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_vsync.c