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

/bionic/libc/malloc_debug/
H A Ddebug_log.h39 #define error_log(format, ...) \ macro
/bionic/libc/bionic/
H A Dmalloc_common.cpp191 #define error_log(format, ...) \ macro
232 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
331 error_log("%s: Unable to open debug malloc shared library %s: %s",
340 error_log("%s: debug_initialize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
348 error_log("%s: debug_finalize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
355 error_log("%s: debug_get_malloc_leak_info routine not found in %s", getprogname(),
363 error_log("%s: debug_free_malloc_leak_info routine not found in %s", getprogname(),
371 error_log("%s: debug_malloc_backtrace routine not found in %s", getprogname(),
408 error_log("failed to set atexit cleanup function: %d", ret_value);

Completed in 112 milliseconds