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.cpp199 #define error_log(format, ...) \ macro
240 error_log("%s: dlsym(\"%s\") failed", getprogname(), symbol);
344 error_log("%s: Unable to open debug malloc shared library %s: %s",
353 error_log("%s: debug_initialize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
361 error_log("%s: debug_finalize routine not found in %s", getprogname(), DEBUG_SHARED_LIB);
368 error_log("%s: debug_get_malloc_leak_info routine not found in %s", getprogname(),
376 error_log("%s: debug_free_malloc_leak_info routine not found in %s", getprogname(),
384 error_log("%s: debug_malloc_backtrace routine not found in %s", getprogname(),
421 error_log("failed to set atexit cleanup function: %d", ret_value);

Completed in 121 milliseconds