Searched refs:_LIBUNWIND_LOG (Results 1 – 1 of 1) sorted by relevance
/external/libunwind_llvm/src/ |
D | config.h | 50 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) macro 82 #define _LIBUNWIND_LOG(msg, ...) fprintf(stderr, "libuwind: " msg, __VA_ARGS__) macro 108 #define _LIBUNWIND_DEBUG_LOG(msg, ...) _LIBUNWIND_LOG(msg, __VA_ARGS__) 113 _LIBUNWIND_LOG("" #x "=%d in %s", _err, __FUNCTION__); \ 117 if ( logAPIs() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \ 121 if ( logUnwinding() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \
|