Change log macro to AFB_XXX 05/20805/5
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Tue, 26 Mar 2019 02:35:18 +0000 (10:35 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Thu, 28 Mar 2019 10:52:02 +0000 (18:52 +0800)
commitaa43a07d4e86421aefec8c603018d14f5e249087
tree8e8a509859709d908123c0fd213ad48c42b09242
parent6c3015a7607c45313fa10792b9914864f8c25831
Change log macro to AFB_XXX

1. using binder log macro instead of HMI_LOG.
2. unify log using level as below:
  AFB_ERROR:   fatal error or serious error may occur.
  AFB_WARNING: input parameter error or not serious error.
  AFB_NOTICE:  alert sth.
  AFB_INFO:    print input argument or sth else.
  AFB_DEBUG:   prompt for calling location.
3. delete hmi-debug.h.

Change-Id: I203864ced39c418d2f792faa50ab2c009deb9d02
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
src/hmi-debug.h [deleted file]
src/homescreen.cpp
src/hs-appinfo.cpp
src/hs-client.cpp
src/hs-clientmanager.cpp
src/hs-proxy.cpp