Home
last modified time | relevance | path

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

12

/system/core/liblog/tests/
Dliblog_host_test.cpp56 __android_log_buf_print(LOG_ID_MAIN, ANDROID_LOG_ERROR, "tag", "error main"); in GenerateLogContent()
60 __android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, "tag", "error radio"); in GenerateLogContent()
64 __android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, "tag", "error system"); in GenerateLogContent()
68 __android_log_buf_print(LOG_ID_CRASH, ANDROID_LOG_ERROR, "tag", "error crash"); in GenerateLogContent()
84 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error main"); in TEST()
88 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error radio"); in TEST()
92 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error system"); in TEST()
96 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error crash"); in TEST()
108 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error main"); in TEST()
112 CheckMessage(true, captured_stderr.str(), ANDROID_LOG_ERROR, "tag", "error radio"); in TEST()
[all …]
Dlogprint_test.cpp102 constexpr char kPriority = ANDROID_LOG_ERROR; in TEST()
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp74 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", "Unable to init unwinder."); in debuggerd_fallback_trace()
102 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "fallback allocator already in use"); in debuggerd_fallback_tombstone()
118 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open %s: %s", buf, strerror(errno)); in iterate_siblings()
150 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to read tid"); in forward_output()
155 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "received tid %d, expected %d", tid, in forward_output()
205 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in trace_handler()
213 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "cmpxchg for thread %d failed", gettid()); in trace_handler()
221 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write to output fd"); in trace_handler()
255 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create pipe: %s", in trace_handler()
[all …]
Ddebuggerd_handler.cpp240 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "capset failed: %s", strerror(errno)); in raise_caps()
250 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.cpp42 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to tombstoned: %s", in tombstoned_connect()
52 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write DumpRequest packet: %s", in tombstoned_connect()
60 async_safe_format_log(ANDROID_LOG_ERROR, "libc", in tombstoned_connect()
65 ANDROID_LOG_ERROR, "libc", in tombstoned_connect()
/system/core/liblog/include/log/
Dlog_radio.h130 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
137 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, \
Dlog_system.h128 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
135 ? ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, \
/system/core/liblog/include_vndk/log/
Dlog_radio.h130 ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, LOG_TAG, \
137 ? ((void)__android_log_buf_print(LOG_ID_RADIO, ANDROID_LOG_ERROR, \
Dlog_system.h128 ((void)__android_log_buf_print(LOG_ID_SYSTEM, ANDROID_LOG_ERROR, LOG_TAG, \
135 ? ((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/memory/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/update_engine/
Dlogging_android.cc109 case ANDROID_LOG_ERROR: in LogPriorityToCString()
234 priority = ANDROID_LOG_ERROR; in RedirectToLiblog()
/system/core/liblog/include/android/
Dlog.h87 ANDROID_LOG_ERROR, enumerator
/system/core/include/android/
Dlog.h87 ANDROID_LOG_ERROR, enumerator
/system/libhidl/base/
DStatus.cpp135 ANDROID_LOG_ERROR); in onIgnored()
/system/libbase/
Dlogging.cpp166 case ANDROID_LOG_ERROR: in PriorityToLogSeverity()
186 return ANDROID_LOG_ERROR; in LogSeverityToPriority()
/system/core/liblog/
Dproperties.cpp266 case 'E': return ANDROID_LOG_ERROR; in __android_log_level()
Dlogprint.cpp133 pri = ANDROID_LOG_ERROR; in filterCharToPri()
154 case ANDROID_LOG_ERROR: return 'E'; in filterPriToChar()
172 case ANDROID_LOG_ERROR: return ANDROID_COLOR_RED; in colorFromPri()
/system/core/logd/
DReplayMessages.cpp429 if (log_message->priority < ANDROID_LOG_ERROR) { in main()
DLogKlog.cpp436 return ANDROID_LOG_ERROR; in convertKernelPrioToAndroidPrio()
/system/libhwbinder/
DIPCThreadState.cpp649 ANDROID_LOG_ERROR); in transact()

12