ESP-IDF
kLogLevelWarn
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kLogLevelWarn
kLogLevelWarn value
Syntax
Show:
Summary
Declaration
from
log.hpp:70
kLogLevelWarn
=
OT_LOG_LEVEL_WARN
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kLogLevelWarn
=
OT_LOG_LEVEL_WARN
,
///< Warning log level
log.hpp:70
LogWarn
(
"Error %s when processing %s"
,
ErrorToString
(
error
)
,
UriToString
<
kUriAddressError
>
(
)
)
;
address_resolver.cpp:836
ot::AddressResolver
ot::AddressResolver::HandleTmf()
LogWarn
(
"%s %s: %s"
,
aText
,
aAddress
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
aError
)
)
;
backbone_tmf.cpp:153
ot::BackboneRouter::BackboneTmfAgent
ot::BackboneRouter::BackboneTmfAgent::LogError() const
LogWarn
(
"Stop Backbone TMF agent: %s"
,
ErrorToString
(
error
)
)
;
bbr_manager.cpp:90
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::HandleNotifierEvents()
LogWarn
(
"%s: %s"
,
aText
,
ErrorToString
(
aError
)
)
;
bbr_manager.cpp:764
ot::BackboneRouter::Manager
ot::BackboneRouter::Manager::LogError() const
LogWarn
(
"Commissioner request[%u] failed: %s"
,
aForwardContext
.
GetMessageId
(
)
,
ErrorToString
(
error
)
)
;
border_agent.cpp:231
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleCoapResponse()
LogWarn
(
"Reset secure session"
)
;
border_agent.cpp:750
ot::MeshCoP::BorderAgent
ot::MeshCoP::BorderAgent::HandleTimeout()
LogWarn
(
"Supervision timeout. No frame from parent in %u sec"
,
mTimeout
)
;
child_supervision.cpp:210
ot::SupervisionListener
ot::SupervisionListener::HandleTimer()
LogWarn
(
"Failed to send copy: %s"
,
ErrorToString
(
error
)
)
;
coap.cpp:985
ot::Coap::CoapBase
ot::Coap::CoapBase::SendCopy()
LogWarn
(
"Data poll tx requested while data polling was not enabled!"
)
;
data_poll_sender.cpp:113
ot::DataPollSender
ot::DataPollSender::SendDataPoll()
LogWarn
(
"Unexpected error %s requesting data poll"
,
ErrorToString
(
error
)
)
;
data_poll_sender.cpp:118
ot::DataPollSender
ot::DataPollSender::SendDataPoll()
LogWarn
(
"Insufficient memory for new DHCP prefix"
)
;
dhcp6_client.cpp:143
ot::Dhcp6::Client
ot::Dhcp6::Client::UpdateAddresses()
LogWarn
(
"DNS query over TCP not supported."
)
;
dns_client.cpp:1182
ot::Dns::Client
ot::Dns::Client::SendQuery()
LogWarn
(
"Sent %s for child %04x DUA %s Error %s"
,
UriToString
<
kUriDuaRegistrationNotify
>
(
)
,
aChild
.
GetRloc16
(
)
,
dua_manager.cpp:744
ot::DuaManager
ot::DuaManager::SendAddressNotification()
LogWarn
(
"Failed to clone mcast message for indirect tx to sleepy children"
)
;
ip6.cpp:206
ot::Ip6::Ip6
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
LogAtLevel
<
kLogLevelWarn
>
(
aModuleName
,
"Failed to %s: %s"
,
aText
,
ErrorToString
(
aError
)
)
;
log.cpp:144
ot::Logger
ot::Logger::LogOnError()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelWarn
,
aFormat
,
args
)
;
logging_api.cpp:77
otLogWarnPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelWarn
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:137
otDumpWarnPlat()
LogWarn
(
"Invalid settings - no saved parent info with valid end-device RLOC16 0x%04x"
,
mle.cpp:409
ot::Mle::Mle
ot::Mle::Mle::Restore()
LogWarn
(
"Channel %u is not in the supported channel mask %s, detach the network gracefully!"
,
mle.cpp:1184
ot::Mle::Mle
ot::Mle::Mle::HandleNotifierEvents()
LogWarn
(
"No valid parent when sending Child Update Request"
)
;
mle.cpp:1930
ot::Mle::Mle
ot::Mle::Mle::SendChildUpdateRequest()
LogWarn
(
"Failed to %s %s%s: %s"
,
aAction
==
kMessageSend
?
"send"
:
"process"
,
MessageTypeToString
(
aType
)
,
mle.cpp:3967
ot::Mle::Mle
ot::Mle::Mle::LogError()
LogWarn
(
"Failed to include TLV %d"
,
aTlvType
)
;
mle.cpp:4293
ot::Mle::Mle::TlvList
ot::Mle::Mle::TlvList::Add()
LogWarn
(
"Failed to get context %u for compressed address from child 0x%04x"
,
contextId
,
mle_router.cpp:1795
ot::Mle::MleRouter
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
LogWarn
(
"Error %s adding IPv6 address %s to child 0x%04x"
,
ErrorToString
(
error
)
,
mle_router.cpp:1834
ot::Mle::MleRouter
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
LogWarn
(
"Receive MLR.rsp: result=%s, error=%s, status=%d, failedAddressNum=%d"
,
ErrorToString
(
aResult
)
,
mlr_manager.cpp:706
ot::MlrManager
ot::MlrManager::LogMlrResponse()
LogWarn
(
"Failed to send RA on %s: %s"
,
mInfraIf
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:642
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
LogWarn
(
"Received RA from too many routers, ignore RA from %s"
,
aSrcAddress
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1178
ot::BorderRouter::RoutingManager::RxRaTracker
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRouterAdvertMessage()
LogWarn
(
"Discovered too many prefixes, ignore default route from RA header"
)
;
routing_manager.cpp:1280
ot::BorderRouter::RoutingManager::RxRaTracker
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRaHeader()
LogWarn
(
"Discovered too many prefixes, ignore on-link prefix %s"
,
prefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1333
ot::BorderRouter::RoutingManager::RxRaTracker
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessPrefixInfoOption()
LogWarn
(
"Discovered too many prefixes, ignore route prefix %s"
,
prefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:1395
ot::BorderRouter::RoutingManager::RxRaTracker
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRouteInfoOption()
LogWarn
(
"Failed to %s %s in Thread Network Data: %s"
,
!
mIsLocalAddedInNetData
?
"add"
:
"update"
,
routing_manager.cpp:2423
ot::BorderRouter::RoutingManager::OmrPrefixManager
ot::BorderRouter::RoutingManager::OmrPrefixManager::AddOrUpdateLocalInNetData()
LogWarn
(
"Failed to remove %s from Thread Network Data: %s"
,
LocalToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:2446
ot::BorderRouter::RoutingManager::OmrPrefixManager
ot::BorderRouter::RoutingManager::OmrPrefixManager::RemoveLocalFromNetData()
LogWarn
(
"Too many on-mesh prefixes in net data, ignoring prefix %s"
,
aPrefix
.
ToString
(
)
.
AsCString
(
)
)
;
routing_manager.cpp:3276
ot::BorderRouter::RoutingManager::RioAdvertiser::RioPrefixArray
ot::BorderRouter::RoutingManager::RioAdvertiser::RioPrefixArray::Add()
LogWarn
(
"Failed to discover infraif NAT64 prefix: %s"
,
ErrorToString
(
error
)
)
;
routing_manager.cpp:3706
ot::BorderRouter::RoutingManager::Nat64PrefixManager
ot::BorderRouter::RoutingManager::Nat64PrefixManager::Discover()
LogWarn
(
"HandleMbedtlsTransmit: %s error"
,
ErrorToString
(
error
)
)
;
secure_transport.cpp:820
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
LogWarn
(
"Error %s %s %s"
,
ErrorToString
(
aError
)
,
actionText
,
KeyToString
(
aKey
)
)
;
settings.cpp:489
ot::Settings
ot::Settings::Log()
LogWarn
(
"Failed to add - already have max %u addresses"
,
kNumSlaacAddresses
)
;
slaac_address.cpp:335
ot::Utils::Slaac
ot::Utils::Slaac::AddAddressFor()
LogWarn
(
"Failed to generate a non-reserved IID after %d attempts"
,
kMaxIidCreationAttempts
)
;
slaac_address.cpp:455
ot::Utils::Slaac
ot::Utils::Slaac::GenerateIid() const
LogWarn
(
"DecrementMessageCount(child 0x%04x) called when already at zero count."
,
aChild
.
GetRloc16
(
)
)
;
src_match_controller.cpp:65
ot::SourceMatchController
ot::SourceMatchController::DecrementMessageCount()
LogWarn
(
"Name conflict: host name %s has already been allocated"
,
aHost
.
GetFullName
(
)
)
;
srp_server.cpp:355
ot::Srp::Server
ot::Srp::Server::HasNameConflictsWith() const
LogWarn
(
"Send fail response: %d"
,
aResponseCode
)
;
srp_server.cpp:1484
ot::Srp::Server
ot::Srp::Server::SendResponse()
LogWarn
(
"Too many addresses for host %s"
,
GetFullName
(
)
)
;
srp_server.cpp:2196
ot::Srp::Server::Host
ot::Srp::Server::Host::AddIp6Address()
LogWarn
(
"RadioSleep() failed, error: %s"
,
ErrorToString
(
error
)
)
;
sub_mac.cpp:242
ot::Mac::SubMac
ot::Mac::SubMac::Sleep()
LogWarn
(
"RadioReceive() failed, error: %s"
,
ErrorToString
(
error
)
)
;
sub_mac.cpp:269
ot::Mac::SubMac
ot::Mac::SubMac::Receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kLogLevelWarn
is read by 42 functions:
All items filtered out
kLogLevelWarn
otLogWarnPlat()
otDumpWarnPlat()
ot::Logger::LogOnError()
ot::Settings::Log()
ot::DataPollSender::SendDataPoll()
ot::Mac::SubMac::Sleep()
ot::Mac::SubMac::Receive()
ot::AddressResolver::HandleTmf()
ot::SupervisionListener::HandleTimer()
ot::DuaManager::SendAddressNotification()
ot::Mle::Mle::Restore()
ot::Mle::Mle::HandleNotifierEvents()
ot::Mle::Mle::SendChildUpdateRequest()
ot::Mle::Mle::LogError()
ot::Mle::Mle::TlvList::Add()
ot::Mle::MleRouter::ProcessAddressRegistrationTlv()
ot::MlrManager::LogMlrResponse()
ot::SourceMatchController::DecrementMessageCount()
ot::Utils::Slaac::AddAddressFor()
ot::Utils::Slaac::GenerateIid() const
ot::BackboneRouter::BackboneTmfAgent::LogError() const
ot::BackboneRouter::Manager::HandleNotifierEvents()
ot::BackboneRouter::Manager::LogError() const
ot::Coap::CoapBase::SendCopy()
ot::MeshCoP::BorderAgent::HandleCoapResponse()
ot::MeshCoP::BorderAgent::HandleTimeout()
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::Dhcp6::Client::UpdateAddresses()
ot::Dns::Client::SendQuery()
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRouterAdvertMessage()
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRaHeader()
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessPrefixInfoOption()
ot::BorderRouter::RoutingManager::RxRaTracker::ProcessRouteInfoOption()
ot::BorderRouter::RoutingManager::OmrPrefixManager::AddOrUpdateLocalInNetData()
ot::BorderRouter::RoutingManager::OmrPrefixManager::RemoveLocalFromNetData()
ot::BorderRouter::RoutingManager::RioAdvertiser::RioPrefixArray::Add()
ot::BorderRouter::RoutingManager::Nat64PrefixManager::Discover()
ot::Srp::Server::HasNameConflictsWith() const
ot::Srp::Server::SendResponse()
ot::Srp::Server::Host::AddIp6Address()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out