Home
last modified time | relevance | path

Searched refs:ANDROID_LOG_FATAL (Results 1 – 13 of 13) sorted by relevance

/external/android-clat/
Dclatd.c118 logmsg(ANDROID_LOG_FATAL, "binding packet socket: %s", strerror(errno)); in configure_packet_socket()
146 logmsg(ANDROID_LOG_FATAL, "attach packet filter failed: %s", strerror(errno)); in configure_packet_socket()
169 logmsg(ANDROID_LOG_FATAL,"No free IPv4 address in %s/%d", in configure_tun_ip()
181 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_address(4) failed: %s",strerror(-status)); in configure_tun_ip()
190 logmsg(ANDROID_LOG_FATAL,"configure_tun_ip/if_up(4) failed: %s",strerror(-status)); in configure_tun_ip()
201 logmsg(ANDROID_LOG_FATAL,"drop_root/setgroups failed: %s",strerror(errno)); in drop_root()
208 logmsg(ANDROID_LOG_FATAL,"drop_root/setgid failed: %s",strerror(errno)); in drop_root()
212 logmsg(ANDROID_LOG_FATAL,"drop_root/setuid failed: %s",strerror(errno)); in drop_root()
226 logmsg(ANDROID_LOG_FATAL,"drop_root/capset failed: %s",strerror(errno)); in drop_root()
239 logmsg(ANDROID_LOG_FATAL, "raw socket failed: %s", strerror(errno)); in open_sockets()
[all …]
Dconfig.c49 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name); in config_item_str()
68 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name); in config_item_int16_t()
75 …logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s (error=%s)",item_name,tmp,strerror(err… in config_item_int16_t()
79 logmsg(ANDROID_LOG_FATAL,"%s config item is not numeric: %s",item_name,tmp); in config_item_int16_t()
83 logmsg(ANDROID_LOG_FATAL,"%s config item contains non-numeric characters: %s",item_name,endptr); in config_item_int16_t()
87 logmsg(ANDROID_LOG_FATAL,"%s config item is too big/small: %d",item_name,conf_int); in config_item_int16_t()
106 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name); in config_item_ip()
112 logmsg(ANDROID_LOG_FATAL,"invalid IPv4 address specified for %s: %s", item_name, tmp); in config_item_ip()
131 logmsg(ANDROID_LOG_FATAL,"%s config item needed",item_name); in config_item_ip6()
137 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for %s: %s", item_name, tmp); in config_item_ip6()
[all …]
Dgetaddr.c128 logmsg(ANDROID_LOG_FATAL,"getinterface_ip/out of memory"); in getinterface_ip()
/external/dhcpcd/
Dcommon.h101 #define LOG_EMERG ANDROID_LOG_FATAL
102 #define LOG_ALERT ANDROID_LOG_FATAL
103 #define LOG_CRIT ANDROID_LOG_FATAL
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dlogcat_trace_context.cc29 case webrtc::kTraceCritical: return ANDROID_LOG_FATAL; in AndroidLogPriorityFromWebRtcLogLevel()
40 return ANDROID_LOG_FATAL; in AndroidLogPriorityFromWebRtcLogLevel()
/external/chromium_org/third_party/hwcplus/include/android/
Dlog.h87 ANDROID_LOG_FATAL, enumerator
/external/chromium_org/third_party/hwcplus/src/
Dhwcplus_util.c90 __android_log_write(ANDROID_LOG_FATAL, tag, buf); in __android_log_assert()
/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h186 ANDROID_LOG_FATAL, // LOG(FATAL) in ~MessageLogger()
205 __android_log_write(ANDROID_LOG_FATAL, in ~MessageLogger()
/external/deqp/framework/qphelper/
DqpDebugOut.c85 case MESSAGETYPE_ERROR: return ANDROID_LOG_FATAL; in getLogPriority()
/external/ppp/pppd/
Dutils.c678 [LOG_EMERG] = ANDROID_LOG_FATAL,
679 [LOG_ALERT] = ANDROID_LOG_FATAL,
680 [LOG_CRIT] = ANDROID_LOG_FATAL,
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlogging.h230 priority = ANDROID_LOG_FATAL; in LogPrintf()
/external/mtpd/
Dmtpd.c243 ANDROID_LOG_ERROR, ANDROID_LOG_FATAL in log_print()
/external/chromium_org/base/
Dlogging.cc581 priority = ANDROID_LOG_FATAL; in ~LogMessage()