ecore: Add multi thread error message. 50/84050/2
authorJi-Youn Park <jy0703.park@samsung.com>
Tue, 16 Aug 2016 09:34:15 +0000 (18:04 +0830)
committerJi-Youn Park <jy0703.park@samsung.com>
Tue, 16 Aug 2016 09:39:37 +0000 (18:09 +0830)
commitc42120c4fddc408aad15d30f48c4ee6c71261480
treec17e8ed368ce37a077c46dddc6e3c0fdf8c820d0
parentcbc8dac4b211284081ce8621333f380e1b43e82f
ecore: Add multi thread error message.

    tizen 2.3 returns ecore_timer or idler even though ecore_timer_add or ecore_job_add called outside of mainloop.
    so we add error message to give chance for application to remove wrnog code (call ecore function outside mainloop)
    but this can hide the problem and make it hard to know what is real problem.
    so if application see the error message, they should their code.

Change-Id: Ib42dfeb5dc30255e40fee5e791523e1108764f2a
src/lib/ecore/ecore_anim.c
src/lib/ecore/ecore_idle_enterer.c
src/lib/ecore/ecore_idle_exiter.c
src/lib/ecore/ecore_idler.c
src/lib/ecore/ecore_job.c
src/lib/ecore/ecore_poller.c
src/lib/ecore/ecore_timer.c