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

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h189 ? ((void)android_printAssert(#cond, LOG_TAG, ## __VA_ARGS__)) \
195 ( ((void)android_printAssert(NULL, LOG_TAG, ## __VA_ARGS__)) )
280 #define android_printAssert(cond, tag, fmt...) \ macro

Completed in 60 milliseconds