edje_embryo: add printf feature.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 31 Dec 2015 02:59:48 +0000 (11:59 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 31 Dec 2015 02:59:48 +0000 (11:59 +0900)
commit26d0c5823f3ff514e82184505043dc1b795ddc8a
tree70171e6bff071ea3537edff15258e1693ff40ea1
parenta96bf53c21395edb28610b5d8d44c49da8fae959
edje_embryo: add printf feature.

Summary:
The edc debugging is difficult because users can not check
whether or not any program is executed or the state of part.
If users can print that property, they can do debugging more easily.
This "printf" feature is for debugging edc.

@feature

Test Plan:
add printf("test : %s %d %f", "text", 1, 0.5); in the script in the edc
build it by edje_cc
excute it and see the log

Reviewers: cedric, raster, jpeg

Reviewed By: jpeg

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3499
data/embryo/default.inc
src/lib/embryo/embryo_str.c