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

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
H A DHwcTrace.h48 #define ALOGTRACE(fmt,...) ALOGV("%s(args): " fmt, __func__, ##__VA_ARGS__);
50 #define ALOGTRACE(fmt,...) ((void)0) macro

Completed in 59 milliseconds