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

/external/libcxxabi/src/Unwind/
H A Dconfig.h47 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libunwind: " msg, __VA_ARGS__) macro
75 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) macro
100 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__)
105 _LIBUNWIND_LOG("" #x "=%d in %s", _err, __FUNCTION__); \
109 if ( logAPIs() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \
113 if ( logUnwinding() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \

Completed in 76 milliseconds