Home
last modified time | relevance | path

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

12

/bionic/libc/bionic/
Dandroid_profiling_dynamic.cpp86 async_safe_format_log(ANDROID_LOG_INFO, "libc", "%s: received profiling signal with si_value: %d", in HandleProfilingSignal()
117 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "unrecognized profiling signal si_value: %d", in HandleProfilingSignal()
129 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create socket: %m"); in HandleTracedPerfSignal()
136 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to traced_perf socket: %m"); in HandleTracedPerfSignal()
155 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open /proc/self/maps: %m"); in HandleTracedPerfSignal()
159 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open /proc/self/mem: %m"); in HandleTracedPerfSignal()
183 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to sendmsg: %m"); in HandleTracedPerfSignal()
194 async_safe_format_log( in HandleSigsysSeccompOverride()
Dmalloc_common.h91 async_safe_format_log(ANDROID_LOG_ERROR, "libc", (format), ##__VA_ARGS__ )
93 async_safe_format_log(ANDROID_LOG_INFO, "libc", (format), ##__VA_ARGS__ )
95 async_safe_format_log(ANDROID_LOG_WARN, "libc", (format), ##__VA_ARGS__ )
Dsystem_property_set.cpp225 async_safe_format_log(ANDROID_LOG_WARN, "libc", in send_prop_msg()
244 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
252 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
303 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
312 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
321 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
327 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
Dicu.cpp44 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't open libicu.so: %s", in __find_icu()
58 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find %s", symbol_name); in __find_icu_symbol()
Dlibc_init_common.cpp119 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __libc_init_mte_late()
127 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __libc_init_mte_late()
139 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __libc_init_mte_late()
147 async_safe_format_log( in __libc_init_mte_late()
Dlibc_init_static.cpp183 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __get_memtag_level_from_note()
244 async_safe_format_log( in get_environment_memtag_setting()
280 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __get_tagging_level()
313 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __get_memtag_upgrade_secs()
336 async_safe_format_log(ANDROID_LOG_INFO, "libc", "enabling PROT_MTE as requested by linker"); in __libc_init_mte()
342 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __libc_init_mte()
347 async_safe_format_log( in __libc_init_mte()
DNetdClient.cpp43 async_safe_format_log(ANDROID_LOG_INFO, "netdClient", in netdClientInitImpl()
72async_safe_format_log(ANDROID_LOG_ERROR, "netdClient", "Failed to initialize libnetd_client"); in netdClientInit()
Dpthread_create.cpp174 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
179 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create sched_getparam failed: %m"); in __init_thread()
194 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
231 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __allocate_thread_mapping()
246 async_safe_format_log( in __allocate_thread_mapping()
460 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %m"); in pthread_create()
Djemalloc_wrapper.cpp142 async_safe_format_log(ANDROID_LOG_INFO, "jemalloc", in je_mallopt()
154 async_safe_format_log( in je_mallopt()
Dsyslog.cpp86 async_safe_format_log(android_log_priority, log_tag, "%s", log_line); in vsyslog()
Datexit.cpp175 async_safe_format_log(ANDROID_LOG_WARN, "libc", "__cxa_atexit: capacity calculation overflow"); in next_capacity()
200 async_safe_format_log(ANDROID_LOG_WARN, "libc", in expand_capacity()
Dlibc_init_dynamic.cpp64 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "remapping stacks as PROT_MTE"); in memtag_stack_dlopen_callback()
Dandroid_crash_detail.cpp80 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to allocate crash_detail_page: %m"); in android_crash_detail_register()
/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.c562 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in res_nsend()
574 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_dg\n"); in res_nsend()
589 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "used send_dg %d\n",n); in res_nsend()
597 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "time=%ld\n", in res_nsend()
743 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d msec\n", msec); in get_timeout()
771 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_vc\n"); in send_vc()
997 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d send_vc\n", sock); in connect_with_timeout()
1008 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in connect_with_timeout()
1020 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d retrying_poll\n", sock); in retrying_poll()
1032 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in retrying_poll()
[all …]
Dres_state.c46 # define D(...) async_safe_format_log(ANDROID_LOG_DEBUG,"libc", __VA_ARGS__)
/bionic/libc/system_properties/
Dsystem_properties.cpp169 async_safe_format_log(ANDROID_LOG_WARN, "libc", "Access denied finding property \"%s\"", name); in Find()
220 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Read()
228 async_safe_format_log( in Read()
290 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Could not find area for \"%s\"", pi->name); in Update()
341 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
347 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
354 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
361 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
368 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
374 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Add()
Dcontexts_serialized.cpp137 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Could not find context for property \"%s\"", in GetPropAreaForName()
/bionic/libfdtrack/
Dfdtrack.cpp153 async_safe_format_log(ANDROID_LOG_WARN, "fdtrack", "fd %d locked, skipping", fd); in fdtrack_iterate()
161 async_safe_format_log(ANDROID_LOG_WARN, "fdtrack", "fd %d missing frames: size = %zu", fd, in fdtrack_iterate()
199 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fdtrack not installed"); in fdtrack_dump_impl()
201 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fdtrack dumping..."); in fdtrack_dump_impl()
229 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (owner = 0x%" PRIx64 ")", fd, in fdtrack_dump_impl()
232 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (unowned)", fd); in fdtrack_dump_impl()
236 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", " %zu: %s+%" PRIu64, i, in fdtrack_dump_impl()
/bionic/libc/arch-arm/bionic/
Datexit_legacy.c56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit()
/bionic/libc/async_safe/include/async_safe/
Dlog.h72 int async_safe_format_log(int priority, const char* tag, const char* fmt, ...) __printflike(3, 4);
/bionic/linker/
Dlinker_globals.h46 async_safe_format_log(ANDROID_LOG_WARN, "linker", fmt, ##x); \
Dlinker_logger.cpp62 async_safe_format_log(ANDROID_LOG_WARN, "linker", "Ignoring unknown debug.ld option \"%s\"", in ParseProperty()
/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

12