display: libdisplaydebug fixes
* Remove kernel includes * Fix warning/info/debug tags Change-Id: Ibdf18b15bdf025fbbab4b2c3ba2670b253f2edb7
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
3e6ef5f637
commit
0efa976f97
@@ -47,9 +47,9 @@
|
||||
#define DLOGV_IF(tag, format, ...) DLOG_IF(tag, Verbose, format, ##__VA_ARGS__)
|
||||
|
||||
#define DLOGE(format, ...) DLOG(Error, format, ##__VA_ARGS__)
|
||||
#define DLOGD(format, ...) DLOG(Warning, format, ##__VA_ARGS__)
|
||||
#define DLOGW(format, ...) DLOG(Info, format, ##__VA_ARGS__)
|
||||
#define DLOGI(format, ...) DLOG(Debug, format, ##__VA_ARGS__)
|
||||
#define DLOGD(format, ...) DLOG(Debug, format, ##__VA_ARGS__)
|
||||
#define DLOGW(format, ...) DLOG(Warning, format, ##__VA_ARGS__)
|
||||
#define DLOGI(format, ...) DLOG(Info, format, ##__VA_ARGS__)
|
||||
#define DLOGV(format, ...) DLOG(Verbose, format, ##__VA_ARGS__)
|
||||
|
||||
#define DTRACE_BEGIN(custom_string) display::DebugHandler::Get()->BeginTrace( \
|
||||
|
||||
Reference in New Issue
Block a user