Add debug message macros controlled by environment variable
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Mon, 23 Oct 2017 04:08:02 +0000 (13:08 +0900)
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>
Mon, 30 Oct 2017 04:15:26 +0000 (04:15 +0000)
commitf04b274db13ba34c651fd15b28bca5468314f4a7
treecc9d4c77540cc8b057153ade974345ef3632bc7b
parent73038bdc74f57b5cf96ddde2974eb7204dd0a868
Add debug message macros controlled by environment variable

    Add a HMI_DEBUG macro to print debug messages.
    It is controlled by the USE_HMI_DEBUG environment variable.

BUG-AGL: SPEC-998
Change-Id: Ibb0a5c119a3a627538e7ec2728c64007f21af215
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
src/hmi-debug.h [new file with mode: 0644]
src/homescreen.c