Searched defs:DLOG (Results 1 - 1 of 1) sorted by relevance

/system/core/fastbootd/
H A Ddebug.h32 //#define DLOG(fmt, ...) printf(fmt, ##__VA_ARGS__)
33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__) macro
38 DLOG("%s:%d " fmt "\n", __BASE_FILE__, __LINE__, ##__VA_ARGS__); \

Completed in 131 milliseconds