edje_embryo: add printf feature. 01/58201/1
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 31 Dec 2015 02:59:48 +0000 (11:59 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 28 Jan 2016 08:53:23 +0000 (17:53 +0900)
commit96c174f9c49bb3e1642c9baaeeaedbabada1deac
treebc29955b1e20c648f274e7779bdc9d829386c1cd
parente7595637bb0869bc82de97c52ecb9a5756c37959
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

Change-Id: Iaaed860a25e3b0fc0f2cce20a93dd238e4a0f41b
data/embryo/default.inc
src/lib/embryo/embryo_str.c