Searched refs:LOGCONSOLE (Results 1 – 1 of 1) sorted by relevance
74 #define LOGCONSOLE(...) ((void)__android_log_print(ANDROID_LOG_INFO, "DS", __VA_ARGS__)) macro76 #define LOGCONSOLE(...) printf(__VA_ARGS__) macro175 … LOGCONSOLE("Cannot activate layer VK_LAYER_GOOGLE_unique_objects prior to activating %s.", in ValidateLayerOrdering()