Add debug message macros controlled by environment variable 05/11505/4
authorYuta Doi <yuta-d@witz-inc.co.jp>
Mon, 23 Oct 2017 14:17:47 +0000 (23:17 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 1 Nov 2017 11:02:26 +0000 (11:02 +0000)
commit860d9537b74f6fe406d21d3da753a3d09b995557
tree7c3156923f0b7499456764b4de8f6a68f685ddc0
parentbe02238a0e92c74a13daaf516b5f379f29217eb8
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.

Change-Id: I3bc5bf2f3b0e9f5ee06f340053f29ad36e7d9dbb
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
include/hmi-debug.h [new file with mode: 0644]
src/afb_binding_api.cpp
src/app.cpp
src/app.hpp
src/layers.cpp
src/main.cpp
src/policy.hpp
src/wayland.cpp