debug logs

This commit is contained in:
2025-10-18 13:49:55 +08:00
parent 50d6f649fa
commit a8fe0fe5c3

View File

@@ -41,6 +41,8 @@
#define GLOG_MODULE_NAME GBINDER_RADIO_LOG_MODULE
#include <gutil_log.h>
#define DBG(fmt, ...) \
gutil_log(GLOG_MODULE_CURRENT, GLOG_LEVEL_ALWAYS, "gbinder-radio:"fmt, ##__VA_ARGS__)
#endif /* RADIO_LOG_H */