summaryrefslogtreecommitdiffstats
path: root/include/hmi-debug.h
AgeCommit message (Collapse)AuthorFilesLines
2017-11-10Set default debug level to errorzheng_wenlong1-2/+4
Default enable HMI_ERROR output. Remove afb-binding.h and add necessary header files. [Patch Set 2] Change LOG_LEVEL_MAX value equal LOG_LEVEL_DEBUG. Change-Id: Ie8c4902f13b600c2b3f5c7d2e924bfa3a22dfc52 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-31Remove afb-binding.h inclusionYuta Doi1-2/+1
In libhomescreen, afb-binding.h inclusion occurres a lots of compile error. Only use afb/afb-wsj1.h and afb/afb-ws-client.h. Change-Id: I8f606206cf0f833c765c85eb8e91aab008dac116 Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
2017-10-26Add debug message control by environment variablezheng_wenlong1-0/+69
Add HMI_DEBUG to print debug message, It is controlled by the USE_HMI_DEBUG environment variable. BUG-AGL: SPEC-998 Change-Id: I4b948f3af0d3a1b5e8707518e5b83a1029df3667 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>