HomeSort by relevance Sort by last modified time
    Searched refs:logUnwinding (Results 1 - 4 of 4) sorted by null

  /external/libcxxabi/src/Unwind/
config.h 96 extern bool logUnwinding();
113 if ( logUnwinding() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \
115 #define _LIBUNWIND_TRACING_UNWINDING logUnwinding()
libunwind.cpp 356 bool logUnwinding() {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
config.h 102 extern bool logUnwinding();
119 if ( logUnwinding() ) _LIBUNWIND_LOG(msg, __VA_ARGS__); \
121 #define _LIBUNWIND_TRACING_UNWINDING logUnwinding()
libunwind.cpp 354 bool logUnwinding() {

Completed in 2860 milliseconds