This reverts commit b2ee3ad74872bcccaac00b718175f7dcedbd1589.
It makes abnormal behavior on ecore job.
Before adding this patch, ecore job is processed immediately.
But now processing ecore job is delayed.
This reverts commit b2ee3ad74872bcccaac00b718175f7dcedbd1589.
It makes abnormal behavior on ecore job.
Before adding this patch, ecore job is processed immediately.
But now processing ecore job is delayed.
No Linters Available |
No Unit Test Coverage |
Buildable 15180 | |
Build 10466: arc lint + arc unit |
Hum, could you explain why we want ecore job to not be queued to the next iteration when currently inside a job. It seems it kind of kill any ability to delay a task if it is triggered from inside an ecore job.
We have flickering problem on tizen when ecore_job for processing edje message is delayed.
I guess cedric is not going to be answering this, but I would appreciate it if you could provide a little more detail? Is the flickering caused because the animation is missing a frame or what?