Home
last modified time | relevance | path

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

1234

/aosp_15_r20/system/core/debuggerd/handler/
H A Ddebuggerd_fallback.cpp76 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in Enable()
129 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to read tid"); in forward_output()
134 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "received tid %d, expected %d", tid, in forward_output()
189 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
197 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "cmpxchg for thread %d failed", gettid()); in trace_handler()
205 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write to output fd"); in trace_handler()
220 async_safe_format_log(ANDROID_LOG_INFO, "libc", "trace lock failed"); in trace_handler()
230 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
255 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create pipe: %s", in trace_handler()
264 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
[all …]
H A Ddebuggerd_handler.cpp124 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "invalid %s: %s", name, s); in parse_uint_with_error_reporting()
252 async_safe_format_log(ANDROID_LOG_INFO, "libc", "Requested dump for pid %d (%s)", __getpid(), in log_signal_summary()
279 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in log_signal_summary()
291 async_safe_format_log(ANDROID_LOG_WARN, "libc", "Failed testing for SA_SIGINFO: %s", in have_siginfo()
316 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "capset failed: %s", strerror(errno)); in raise_caps()
326 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in raise_caps()
489 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
512 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "%s: failed to exec crash_dump helper: %s", in debuggerd_dispatch_pseudothread()
534 async_safe_format_log(ANDROID_LOG_FATAL, "libc", "%s: read of IPC pipe failed: %s", in debuggerd_dispatch_pseudothread()
537 async_safe_format_log(ANDROID_LOG_FATAL, "libc", in debuggerd_dispatch_pseudothread()
[all …]
/aosp_15_r20/bionic/libc/bionic/
H A 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()
H A Dlibc_init_mte.cpp85 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __get_memtag_level_from_note()
146 async_safe_format_log( in get_environment_memtag_setting()
182 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __get_tagging_level()
200 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Got BIONIC_ENABLE_MTE not from SI_TIMER"); in __enable_mte_signal_handler()
210 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __enable_mte_signal_handler()
233 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __get_memtag_upgrade_secs()
256 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __libc_init_mte()
261 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __libc_init_mte()
H A Dsystem_property_set.cpp224 async_safe_format_log(ANDROID_LOG_WARN, "libc", in send_prop_msg()
243 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
251 async_safe_format_log(ANDROID_LOG_WARN, "libc", in detect_protocol_version()
302 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
311 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
320 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
326 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __system_property_set()
H A Dpthread_create.cpp178 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
183 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create sched_getparam failed: %m"); in __init_thread()
198 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __init_thread()
235 async_safe_format_log(ANDROID_LOG_WARN, "libc", in __allocate_thread_mapping()
250 async_safe_format_log( in __allocate_thread_mapping()
477 async_safe_format_log(ANDROID_LOG_WARN, "libc", "pthread_create failed: clone failed: %m"); in pthread_create()
H A Dlibc_init_common.cpp144 async_safe_format_log(ANDROID_LOG_INFO, "libc", in __libc_init_mte_late()
152 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __libc_init_mte_late()
164 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in __libc_init_mte_late()
172 async_safe_format_log( in __libc_init_mte_late()
H A 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__ )
H A Djemalloc_wrapper.cpp145 async_safe_format_log(ANDROID_LOG_INFO, "jemalloc", in je_mallopt()
151 async_safe_format_log(ANDROID_LOG_INFO, "jemalloc", in je_mallopt()
158 async_safe_format_log(ANDROID_LOG_INFO, "jemalloc", "Total Bytes=%zu", total_bytes); in je_mallopt()
H A 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()
H A 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()
H A 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()
H A Difaddrs.cpp283 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in get_interface_flags_via_ioctl()
295 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in get_interface_flags_via_ioctl()
/aosp_15_r20/system/vold/
H A DVolumeManager.cpp533 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to setns for %s :%s", name, in childProcess()
543 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to unmount /storage/ :%s", in childProcess()
549 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to mount %s for %s :%s", in childProcess()
555 async_safe_format_log(ANDROID_LOG_ERROR, "vold", in childProcess()
562 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to mount %s for %s :%s", in childProcess()
629 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to opendir"); in scanProcProcesses()
635 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to read root namespace"); in scanProcProcesses()
640 async_safe_format_log(ANDROID_LOG_INFO, "vold", "Start scanning all processes"); in scanProcProcesses()
655 async_safe_format_log(ANDROID_LOG_ERROR, "vold", "Failed to stat %s", de->d_name); in scanProcProcesses()
667 async_safe_format_log(ANDROID_LOG_ERROR, "vold", in scanProcProcesses()
[all …]
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp219 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in dump_stack_history()
224 async_safe_format_log(ANDROID_LOG_DEBUG, LOG_TAG, in dump_stack_history()
231 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "dump_stack_history: empty size"); in dump_stack_history()
237 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in dump_stack_history()
243 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in dump_stack_history()
312 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in maybe_stack_mte_cause()
395 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "failed to read crash detail page: %m"); in dump_crash_details()
399 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "crash detail: page corrupted"); in dump_crash_details()
410 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "crash detail: failed to read name: %m"); in dump_crash_details()
416 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in dump_crash_details()
[all …]
H A Dtombstone.cpp102 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "failed to open /proc/%d/task: %s", pid, in engrave_tombstone_ucontext()
114 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "failed to init unwinder object: %s", in engrave_tombstone_ucontext()
138 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "failed to write proto tombstone: %s", in engrave_tombstone()
/aosp_15_r20/bionic/libc/system_properties/
H A 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()
/aosp_15_r20/bionic/libfdtrack/
H A 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()
/aosp_15_r20/system/core/debuggerd/tombstoned/
H A Dtombstoned_client.cpp47 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to tombstoned: %s", in tombstoned_connect()
57 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write DumpRequest packet: %s", in tombstoned_connect()
72 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in tombstoned_connect()
76 async_safe_format_log( in tombstoned_connect()
88 async_safe_format_log(ANDROID_LOG_WARN, "libc", "failed to set output fd flags: %s", in tombstoned_connect()
/aosp_15_r20/bionic/libc/dns/resolv/
H A 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()
H A 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 …]
/aosp_15_r20/system/memory/libmemunreachable/
Dlog.h26 #define MEM_ALOGE(...) async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
27 #define MEM_ALOGW(...) async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, ##__VA_ARGS__)
28 #define MEM_ALOGI(...) async_safe_format_log(ANDROID_LOG_INFO, LOG_TAG, ##__VA_ARGS__)
29 #define MEM_ALOGV_IMPL(...) async_safe_format_log(ANDROID_LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
/aosp_15_r20/bionic/libc/malloc_debug/
H A 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__)
/aosp_15_r20/frameworks/native/cmds/installd/
H A Ddexopt.cpp867 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Error locking profile %s: %d", in copy_system_profile()
876 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Failed to flock %s: %d", in copy_system_profile()
883 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Could not truncate %s: %d", in copy_system_profile()
898 async_safe_format_log(ANDROID_LOG_WARN, LOG_TAG, "Error unlocking profile %s: %d", in copy_system_profile()
1455 async_safe_format_log(ANDROID_LOG_INFO, LOG_TAG, in check_secondary_dex_access()
1459 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in check_secondary_dex_access()
1672 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in process_secondary_dex_dexopt()
1987 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, "flock(%s) failed", in dexopt()
2122 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in reconcile_secondary_dex_file()
2136 async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, in reconcile_secondary_dex_file()
[all …]
/aosp_15_r20/bionic/libc/arch-arm/bionic/
H A Datexit_legacy.c56 async_safe_format_log(ANDROID_LOG_WARN, "libc", warning); in atexit()

1234