diff --git a/src/gbinder_log.h b/src/gbinder_log.h index 202186a..33d1b5d 100644 --- a/src/gbinder_log.h +++ b/src/gbinder_log.h @@ -38,6 +38,9 @@ #define GLOG_MODULE_NAME GBINDER_LOG_MODULE #include +#define DBG(fmt, ...) \ + gutil_log(GLOG_MODULE_CURRENT, GLOG_LEVEL_ALWAYS, "gbinder:"fmt, ##__VA_ARGS__) + /* Declared for unit tests */ __attribute__((constructor)) void