Home
last modified time | relevance | path

Searched refs:android_printAssert (Results 1 – 1 of 1) sorted by relevance

/system/core/include/log/
Dlog.h399 ? ((void)android_printAssert(#cond, LOG_TAG, ## __VA_ARGS__)) \
405 ( ((void)android_printAssert(NULL, LOG_TAG, ## __VA_ARGS__)) )
554 #define android_printAssert(cond, tag, fmt...) \ macro