debug logs

This commit is contained in:
2025-10-18 13:49:55 +08:00
parent 6697470380
commit 2778ec3a88

View File

@@ -38,6 +38,9 @@
#define GLOG_MODULE_NAME GBINDER_LOG_MODULE #define GLOG_MODULE_NAME GBINDER_LOG_MODULE
#include <gutil_log.h> #include <gutil_log.h>
#define DBG(fmt, ...) \
gutil_log(GLOG_MODULE_CURRENT, GLOG_LEVEL_ALWAYS, "gbinder:"fmt, ##__VA_ARGS__)
/* Declared for unit tests */ /* Declared for unit tests */
__attribute__((constructor)) __attribute__((constructor))
void void