Lines Matching refs:ANDROID_LOG_FATAL
50 logmsg(ANDROID_LOG_FATAL, "%s config item needed", item_name); in config_item_str()
71 logmsg(ANDROID_LOG_FATAL, "%s config item needed", item_name); in config_item_int16_t()
78 logmsg(ANDROID_LOG_FATAL, "%s config item is not numeric: %s (error=%s)", item_name, tmp, in config_item_int16_t()
83 logmsg(ANDROID_LOG_FATAL, "%s config item is not numeric: %s", item_name, tmp); in config_item_int16_t()
87 logmsg(ANDROID_LOG_FATAL, "%s config item contains non-numeric characters: %s", item_name, in config_item_int16_t()
92 logmsg(ANDROID_LOG_FATAL, "%s config item is too big/small: %d", item_name, conf_int); in config_item_int16_t()
113 logmsg(ANDROID_LOG_FATAL, "%s config item needed", item_name); in config_item_ip()
119 logmsg(ANDROID_LOG_FATAL, "invalid IPv4 address specified for %s: %s", item_name, tmp); in config_item_ip()
140 logmsg(ANDROID_LOG_FATAL, "%s config item needed", item_name); in config_item_ip6()
146 logmsg(ANDROID_LOG_FATAL, "invalid IPv6 address specified for %s: %s", item_name, tmp); in config_item_ip6()
316 logmsg(ANDROID_LOG_FATAL, "out of memory"); in read_config()
324 logmsg(ANDROID_LOG_FATAL, "Could not read config file %s", file); in read_config()
345 logmsg(ANDROID_LOG_FATAL, "invalid IPv6 address specified for plat prefix: %s", plat_prefix); in read_config()
354 logmsg(ANDROID_LOG_FATAL, "plat_from_dns64 disabled, but no plat_subnet specified"); in read_config()