Home
last modified time | relevance | path

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

12

/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/bionic/
Dandroid_profiling_dynamic.cpp87 async_safe_format_log(ANDROID_LOG_INFO, "libc", "%s: received profiling signal with si_value: %d", in HandleProfilingSignal()
118 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "unrecognized profiling signal si_value: %d", in HandleProfilingSignal()
130async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create socket: %s", strerror(errno)); in HandleTracedPerfSignal()
137 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to traced_perf socket: %s", in HandleTracedPerfSignal()
144 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open /proc/self/maps: %s", in HandleTracedPerfSignal()
150 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open /proc/self/mem: %s", in HandleTracedPerfSignal()
175 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to sendmsg: %s", strerror(errno)); in HandleTracedPerfSignal()
186 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__ )
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()
Dsystem_property_set.cpp212 async_safe_format_log(ANDROID_LOG_WARN, "libc", in send_prop_msg()
231 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
239 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
275 async_safe_format_log( in __system_property_set()
285 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
294 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
301 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
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.cpp161 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
166 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
182 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
220 async_safe_format_log(ANDROID_LOG_WARN, in __allocate_thread_mapping()
230 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __allocate_thread_mapping()
443 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %s", in pthread_create()
Dsyslog.cpp81 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()
Dpthread_internal.cpp114 async_safe_format_log(ANDROID_LOG_WARN, "libc", "invalid pthread_t (0) passed to %s", caller); in __pthread_internal_find()
Difaddrs.cpp283 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in get_interface_flags_via_ioctl()
296 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in get_interface_flags_via_ioctl()
Dfdsan.cpp370 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in android_fdsan_set_error_level_from_property()
Dgrp_pwd_file.cpp278 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Find()
Dlibc_init_static.cpp265 async_safe_format_log( in get_environment_memtag_setting()
/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()
746 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using timeout of %d msec\n", msec); in get_timeout()
774 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", "using send_vc\n"); in send_vc()
1000 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d send_vc\n", sock); in connect_with_timeout()
1011 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", in connect_with_timeout()
1023 async_safe_format_log(ANDROID_LOG_DEBUG, "libc", " %d retrying_poll\n", sock); in retrying_poll()
1035 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/libfdtrack/
Dfdtrack.cpp141 async_safe_format_log(ANDROID_LOG_WARN, "fdtrack", "fd %d locked, skipping", fd); in fdtrack_iterate()
149 async_safe_format_log(ANDROID_LOG_WARN, "fdtrack", "fd %d missing frames: size = %zu", fd, in fdtrack_iterate()
188 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fdtrack not installed"); in fdtrack_dump_impl()
190 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fdtrack dumping..."); in fdtrack_dump_impl()
218 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (owner = 0x%" PRIx64 ")", fd, in fdtrack_dump_impl()
221 async_safe_format_log(ANDROID_LOG_INFO, "fdtrack", "fd %d: (unowned)", fd); in fdtrack_dump_impl()
225 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/system_properties/
Dsystem_properties.cpp132 async_safe_format_log(ANDROID_LOG_WARN, "libc", "Access denied finding property \"%s\"", name); in Find()
179 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Read()
187 async_safe_format_log( in Read()
244 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Could not find area for \"%s\"", pi->name); in Update()
294 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()
/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_logger.cpp62 async_safe_format_log(ANDROID_LOG_WARN, "linker", "Ignoring unknown debug.ld option \"%s\"", in ParseProperty()
Dlinker_globals.h46 async_safe_format_log(ANDROID_LOG_WARN, "linker", fmt, ##x); \
/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