Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Ddebug_log.h37 async_safe_format_log(ANDROID_LOG_DEBUG, "malloc_debug", (format), ##__VA_ARGS__)
39 async_safe_format_log(ANDROID_LOG_ERROR, "malloc_debug", (format), ##__VA_ARGS__)
42 async_safe_format_log(ANDROID_LOG_INFO, "malloc_debug", (format), ##__VA_ARGS__)
/bionic/libc/dns/resolv/
Dres_stats.c42 async_safe_format_log(ANDROID_LOG_INFO, "libc", "rcode = %d, sec = %d", rcode, rtt); in _res_stats_set_sample()
132 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "NS stats: S %d + E %d + T %d + I %d " in _res_stats_usable_server()
139 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "success rate %d%%\n", in _res_stats_usable_server()
151 async_safe_format_log(ANDROID_LOG_INFO, "libc", in _res_stats_usable_server()
157 async_safe_format_log(ANDROID_LOG_INFO, "libc", in _res_stats_usable_server()
Dres_send.c572 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in res_nsend()
584 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_dg\n"); in res_nsend()
599 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "used send_dg %d\n",n); in res_nsend()
607 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "time=%ld\n", in res_nsend()
747 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d sec\n", timeout); in get_timeout()
772 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_vc\n"); in send_vc()
1002 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d send_vc\n", sock); in connect_with_timeout()
1013 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in connect_with_timeout()
1029 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d retrying_select\n", sock); in retrying_select()
1049 async_safe_format_log(ANDROID_LOG_DEBUG, " libc", in retrying_select()
[all …]
Dres_state.c46 # define D(...) async_safe_format_log(ANDROID_LOG_DEBUG,"libc", __VA_ARGS__)
Dres_cache.c158 async_safe_format_log(ANDROID_LOG_DEBUG,"libc",__VA_ARGS__); \
/bionic/libc/bionic/
Dsystem_property_set.cpp217 async_safe_format_log(ANDROID_LOG_WARN, "libc", in send_prop_msg()
236 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
244 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
280 async_safe_format_log( in __system_property_set()
290 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
299 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
306 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
Dpthread_create.cpp63 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_tls()
74 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_tls()
131 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
136 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
152 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
171 async_safe_format_log(ANDROID_LOG_WARN, in __create_thread_mapped_space()
181 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __create_thread_mapped_space()
322 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", in pthread_create()
Dicu.cpp80 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't open libicuuc.so: %s", in __find_icu()
98 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find %s", in __find_icu_symbol()
DNetdClient.cpp57 async_safe_format_log(ANDROID_LOG_ERROR, "netdClient", "Failed to initialize netd_client"); in netdClientInit()
Dsyslog.cpp121 async_safe_format_log(android_log_priority, log_tag, "%s", log_line); in vsyslog()
Dpthread_internal.cpp124 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to libc"); in __pthread_internal_find()
Dmalloc_common.cpp228 async_safe_format_log(ANDROID_LOG_ERROR, "libc", (format), ##__VA_ARGS__ )
230 async_safe_format_log(ANDROID_LOG_INFO, "libc", (format), ##__VA_ARGS__ )
Dgrp_pwd_file.cpp279 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Find()
/bionic/libc/arch-mips/bionic/
Dcacheflush.cpp53 async_safe_format_log(ANDROID_LOG_WARN, "libc", in cacheflush()
/bionic/libc/arch-arm/bionic/
Datexit_legacy.c56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit()
/bionic/linker/
Dlinker_logger.cpp63 async_safe_format_log(ANDROID_LOG_WARN, "linker", "Ignoring unknown debug.ld option \"%s\"", in ParseProperty()
99 async_safe_format_log(ANDROID_LOG_INFO, "linker", "%s greylist", in ResetState()
Dlinker_debug.h65 if (g_ld_debug_verbosity > (v)) async_safe_format_log(5-(v), "linker", x); \
Dlinker_globals.h46 async_safe_format_log(ANDROID_LOG_WARN, "linker", fmt, ##x); \
Dlinker_main.cpp223 async_safe_format_log(ANDROID_LOG_FATAL, in __linker_cannot_link()
/bionic/libc/async_safe/include/async_safe/
Dlog.h93 int async_safe_format_log(int pri, const char* tag, const char* fmt, ...) __printflike(3, 4);
/bionic/libc/system_properties/
Dsystem_properties.cpp132 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Access denied finding property \"%s\"", name); in Find()
161 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Read()
169 async_safe_format_log( in Read()
279 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Access denied adding property \"%s\"", name); in Add()
Dcontexts_serialized.cpp133 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Could not find context for property \"%s\"", in GetPropAreaForName()
Dprop_area.cpp70 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in map_prop_area_rw()
/bionic/libc/malloc_debug/tests/
Dlog_fake.cpp47 extern "C" int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() function
/bionic/libc/async_safe/
Dasync_safe_log.cpp519 int async_safe_format_log(int priority, const char* tag, const char* format, ...) { in async_safe_format_log() function