Searched defs:ALOGD (Results 1 – 2 of 2) sorted by relevance
27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__) macro
126 ALOGD ("%s: exit; return=true", fn); in initialize() local