Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_qemu.cpp253 #define ERROR_TRACING_ENABLED 0x00000002 macro
258 ERROR_TRACING_ENABLED | \
285 #define error_LOG_ENABLED ((tracing_flags & ERROR_TRACING_ENABLED) != 0)
303 if (tracing_flags & ERROR_TRACING_ENABLED) { \
657 tracing_flags |= ERROR_TRACING_ENABLED; in memcheck_initialize()