Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_ERROR (Results 1 – 21 of 21) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp70 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "fallback allocator already in use"); in debuggerd_fallback_trace()
93 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "fallback allocator already in use"); in debuggerd_fallback_tombstone()
109 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open %s: %s", buf, strerror(errno)); in iterate_siblings()
141 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to read tid"); in forward_output()
146 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "received tid %d, expected %d", tid, in forward_output()
196 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
204 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "cmpxchg for thread %d failed", gettid()); in trace_handler()
212 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write to output fd"); in trace_handler()
246 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create pipe: %s", in trace_handler()
255 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
[all …]
Ddebuggerd_handler.cpp223 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "capset failed: %s", strerror(errno)); in raise_caps()
233 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in raise_caps()
/system/keymaster/contexts/
Dsoft_keymaster_logger.cpp29 int android_log_level = ANDROID_LOG_ERROR; in log_msg()
41 android_log_level = ANDROID_LOG_ERROR; in log_msg()
44 android_log_level = ANDROID_LOG_ERROR; in log_msg()
/system/core/debuggerd/tombstoned/
Dtombstoned_client.cpp40 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to tombstoned: %s", in tombstoned_connect()
50 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write DumpRequest packet: %s", in tombstoned_connect()
58 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in tombstoned_connect()
63 ANDROID_LOG_ERROR, "libc", in tombstoned_connect()
/system/core/liblog/include/log/
Dlog_radio.h132 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
139 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, \
Dlog_system.h130 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
137 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, \
/system/core/liblog/include_vndk/log/
Dlog_radio.h132 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
139 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, \
Dlog_system.h130 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
137 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, \
/system/core/libbacktrace/
DBacktraceAsyncSafeLog.h30 async_safe_format_log(ANDROID_LOG_ERROR, "libbacktrace", "%s: " format, __PRETTY_FUNCTION__, \
/system/chre/platform/android/include/chre/target_platform/
Dlog.h34 CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__)
/system/core/libmemunreachable/
Dlog.h26 #define MEM_ALOGE(...) async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h53 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/system/nvram/core/include/nvram/core/
Dlogger.h37 #define NVRAM_ANDROID_LOG_PRI_ERR ANDROID_LOG_ERROR
/system/core/include/android/
Dlog.h93 ANDROID_LOG_ERROR, enumerator
/system/core/liblog/include/android/
Dlog.h93 ANDROID_LOG_ERROR, enumerator
/system/core/base/
Dlogging.cpp249 ANDROID_LOG_WARN, ANDROID_LOG_ERROR, ANDROID_LOG_FATAL, in operator ()()
/system/core/liblog/
Dfake_log_device.c246 minPrio = ANDROID_LOG_ERROR; in configureInitialState()
Dlogprint.c129 pri = ANDROID_LOG_ERROR; in filterCharToPri()
150 case ANDROID_LOG_ERROR: return 'E'; in filterPriToChar()
168 case ANDROID_LOG_ERROR: return ANDROID_COLOR_RED; in colorFromPri()
Dproperties.c256 case 'E': return ANDROID_LOG_ERROR; in __android_log_level()
/system/core/logd/
DLogKlog.cpp485 return ANDROID_LOG_ERROR; in convertKernelPrioToAndroidPrio()
/system/core/liblog/tests/
Dliblog_test.cpp1426 defaultBuffer, sizeof(defaultBuffer), 0, ANDROID_LOG_ERROR, 123, in TEST()
1453 { ANDROID_LOG_ERROR, 'e' }, in TEST()