ESP-IDF
kLogLevelDebg
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
kLogLevelDebg
kLogLevelDebg value
Syntax
Show:
Summary
Declaration
from
log.hpp:73
kLogLevelDebg
=
OT_LOG_LEVEL_DEBG
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kLogLevelDebg
=
OT_LOG_LEVEL_DEBG
,
///< Debug log level
log.hpp:73
LogDebg
(
"Failed to parse CoAP header"
)
;
coap.cpp:1040
ot::Coap::CoapBase
ot::Coap::CoapBase::Receive()
LogDebg
(
"Transmit: %s"
,
ErrorToString
(
error
)
)
;
coap_secure.cpp:242
ot::Coap::CoapSecure
ot::Coap::CoapSecure::HandleTransmit()
LogDebg
(
"Sending data poll"
)
;
data_poll_sender.cpp:108
ot::DataPollSender
ot::DataPollSender::SendDataPoll()
LogDebg
(
"update regdelay %d"
,
mDelay
.
mFields
.
mRegistrationDelay
)
;
dua_manager.cpp:244
ot::DuaManager
ot::DuaManager::UpdateRegistrationDelay()
LogDebg
(
"update reregdelay %d"
,
mDelay
.
mFields
.
mReregistrationDelay
)
;
dua_manager.cpp:274
ot::DuaManager
ot::DuaManager::UpdateReregistrationDelay()
LogDebg
(
"update checkdelay %d"
,
mDelay
.
mFields
.
mCheckDelay
)
;
dua_manager.cpp:287
ot::DuaManager
ot::DuaManager::UpdateCheckDelay()
LogDebg
(
"regdelay %d, reregdelay %d, checkdelay %d"
,
mDelay
.
mFields
.
mRegistrationDelay
,
dua_manager.cpp:363
ot::DuaManager
ot::DuaManager::HandleTimeTick()
LogDebg
(
"Failed to allocate a new message"
)
;
icmp6.cpp:192
ot::Ip6::Icmp
ot::Ip6::Icmp::HandleEchoRequest()
LogDebg
(
"Dropped ICMPv6 message: %s"
,
ErrorToString
(
error
)
)
;
infra_if.cpp:105
ot::BorderRouter::InfraIf
ot::BorderRouter::InfraIf::HandledReceived()
LogDebg
(
"Failed to handle discovered NAT64 synthetic addresses: %s"
,
ErrorToString
(
error
)
)
;
infra_if.cpp:136
ot::BorderRouter::InfraIf
ot::BorderRouter::InfraIf::DiscoverNat64PrefixDone()
VerifyOrExit
(
aLogLevel
<=
kLogLevelDebg
&&
aLogLevel
>=
kLogLevelNone
,
error
=
kErrorInvalidArgs
)
;
logging_api.cpp:47
otLoggingSetLevel()
Logger
::
LogVarArgs
(
kPlatformModuleName
,
kLogLevelDebg
,
aFormat
,
args
)
;
logging_api.cpp:116
otLogDebgPlat()
Logger
::
DumpInModule
(
kPlatformModuleName
,
kLogLevelDebg
,
aText
,
aData
,
aDataLength
)
;
logging_api.cpp:170
otDumpDebgPlat()
OT_ASSERT
(
aLogLevel
>=
kLogLevelNone
&&
aLogLevel
<=
kLogLevelDebg
)
;
logging_api.cpp:198
otLogPlatArgs()
OT_ASSERT
(
aLogLevel
>=
kLogLevelNone
&&
aLogLevel
<=
kLogLevelDebg
)
;
logging_api.cpp:217
otLogCli()
VerifyOrExit
(
aLogLevel
>=
kLogLevelNone
&&
aLogLevel
<=
kLogLevelDebg
)
;
logging_api.cpp:218
otLogCli()
LogDebg
(
"Idle mode: Radio sleeping"
)
;
mac.cpp:580
ot::Mac::Mac
ot::Mac::Mac::UpdateIdleMode()
LogDebg
(
"Idle mode: Radio receiving on channel %u"
,
mRadioChannel
)
;
mac.cpp:585
ot::Mac::Mac
ot::Mac::Mac::UpdateIdleMode()
LogDebg
(
"Request to start operation \"%s\""
,
OperationToString
(
aOperation
)
)
;
mac.cpp:600
ot::Mac::Mac
ot::Mac::Mac::StartOperation()
LogDebg
(
"Starting operation \"%s\""
,
OperationToString
(
mOperation
)
)
;
mac.cpp:684
ot::Mac::Mac
ot::Mac::Mac::PerformNextOperation()
LogDebg
(
"Finishing operation \"%s\""
,
OperationToString
(
mOperation
)
)
;
mac.cpp:727
ot::Mac::Mac
ot::Mac::Mac::FinishOperation()
DumpDebg
(
"TX ERR"
,
aFrame
.
GetHeader
(
)
,
16
)
;
mac.cpp:1192
ot::Mac::Mac
ot::Mac::Mac::RecordFrameTransmitStatus()
DumpDebg
(
"TX"
,
aFrame
.
GetHeader
(
)
,
aFrame
.
GetLength
(
)
)
;
mac.cpp:1423
ot::Mac::Mac
ot::Mac::Mac::HandleTransmitDone()
DumpDebg
(
"TX"
,
aFrame
.
GetHeader
(
)
,
aFrame
.
GetLength
(
)
)
;
mac.cpp:1437
ot::Mac::Mac
ot::Mac::Mac::HandleTransmitDone()
DumpDebg
(
"TX"
,
aFrame
.
GetHeader
(
)
,
aFrame
.
GetLength
(
)
)
;
mac.cpp:1458
ot::Mac::Mac
ot::Mac::Mac::HandleTransmitDone()
LogDebg
(
"Data poll timeout"
)
;
mac.cpp:1484
ot::Mac::Mac
ot::Mac::Mac::HandleTimer()
LogDebg
(
"Rx security - frame counter %lu"
,
ToUlong
(
frameCounter
)
)
;
mac.cpp:1533
ot::Mac::Mac
ot::Mac::Mac::ProcessReceiveSecurity()
LogDebg
(
"Rx security - Ack frame counter %lu"
,
ToUlong
(
frameCounter
)
)
;
mac.cpp:1701
ot::Mac::Mac
ot::Mac::Mac::ProcessEnhAckSecurity()
LogDebg
(
"Received frame from short address 0x%04x"
,
srcaddr
.
GetShort
(
)
)
;
mac.cpp:1829
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
DumpDebg
(
"RX"
,
aFrame
->
GetHeader
(
)
,
aFrame
->
GetLength
(
)
)
;
mac.cpp:2014
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
logLevel
=
kLogLevelDebg
;
mac.cpp:2246
ot::Mac::Mac
ot::Mac::Mac::LogFrameRxFailure() const
LogDebg
(
"Timestamp=%lu Sequence=%u CslPeriod=%u CslPhase=%u TransmitPhase=%u"
,
mac.cpp:2411
ot::Mac::Mac
ot::Mac::Mac::ProcessCsl()
LogDebg
(
"Tx delay timer expired"
)
;
mesh_forwarder.cpp:202
ot::MeshForwarder
ot::MeshForwarder::HandleTxDelayTimer()
LogDebg
(
"Start tx delay timer for %lu msec"
,
ToUlong
(
kTxDelayInterval
)
)
;
mesh_forwarder.cpp:1216
ot::MeshForwarder
ot::MeshForwarder::HandleSentFrame()
LogDebg
(
"Send empty message, error:%s"
,
ErrorToString
(
error
)
)
;
mesh_forwarder.cpp:1745
ot::MeshForwarder
ot::MeshForwarder::SendEmptyMessage()
LogDebg
(
"Store Network Information"
)
;
mle.cpp:496
ot::Mle::Mle
ot::Mle::Mle::Store()
LogDebg
(
"Receive MLE message"
)
;
mle.cpp:2311
ot::Mle::Mle
ot::Mle::Mle::HandleUdpReceive()
LogDebg
(
"MlrManager::UpdateReregistrationDelay: rereg=%d, needSendMlr=%d, ReregDelay=%lu"
,
aRereg
,
needSendMlr
,
mlr_manager.cpp:649
ot::MlrManager
ot::MlrManager::UpdateReregistrationDelay()
LogDebg
(
"-------- Multicast Addresses --------"
)
;
mlr_manager.cpp:656
ot::MlrManager
ot::MlrManager::LogMulticastAddresses()
LogDebg
(
"%s %s expire %lu: %s"
,
kActionStrings
[
aAction
]
,
aAddress
.
ToString
(
)
.
AsCString
(
)
,
multicast_listeners_table.cpp:153
ot::BackboneRouter::MulticastListenersTable
ot::BackboneRouter::MulticastListenersTable::Log() const
LogDebg
(
"NdProxyTable::FindByAddressIid(%s) => %s"
,
aAddressIid
.
ToString
(
)
.
AsCString
(
)
,
ndproxy_table.cpp:202
ot::BackboneRouter::NdProxyTable
ot::BackboneRouter::NdProxyTable::FindByAddressIid()
LogDebg
(
"NdProxyTable::FindByMeshLocalIid(%s) => %s"
,
aMeshLocalIid
.
ToString
(
)
.
AsCString
(
)
,
ndproxy_table.cpp:220
ot::BackboneRouter::NdProxyTable
ot::BackboneRouter::NdProxyTable::FindByMeshLocalIid()
LogDebg
(
"NdProxyTable::FindInvalid() => %s"
,
found
?
"OK"
:
"NOT_FOUND"
)
;
ndproxy_table.cpp:235
ot::BackboneRouter::NdProxyTable
ot::BackboneRouter::NdProxyTable::FindInvalid()
DumpDebg
(
"SetNetworkData"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_leader.cpp:493
ot::NetworkData::Leader
ot::NetworkData::Leader::SetNetworkData()
DumpDebg
(
"Register"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_leader_ftd.cpp:732
ot::NetworkData::Leader
ot::NetworkData::Leader::RegisterNetworkData()
DumpDebg
(
"AddPrefix"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_local.cpp:127
ot::NetworkData::Local
ot::NetworkData::Local::AddPrefix()
DumpDebg
(
"RmvPrefix"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_local.cpp:149
ot::NetworkData::Local
ot::NetworkData::Local::RemovePrefix()
DumpDebg
(
"AddService"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_local.cpp:211
ot::NetworkData::Local
ot::NetworkData::Local::AddService()
DumpDebg
(
"RmvService"
,
GetBytes
(
)
,
GetLength
(
)
)
;
network_data_local.cpp:234
ot::NetworkData::Local
ot::NetworkData::Local::RemoveService()
DumpDebg
(
"[BR-CERT] direction=send | type=RA |"
,
packet
.
GetBytes
(
)
,
packet
.
GetLength
(
)
)
;
routing_manager.cpp:636
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
DumpDebg
(
"[BR-CERT] direction=recv | type=RA |"
,
aPacket
.
GetBytes
(
)
,
aPacket
.
GetLength
(
)
)
;
routing_manager.cpp:749
ot::BorderRouter::RoutingManager
ot::BorderRouter::RoutingManager::HandleRouterAdvertisement()
LogDebg
(
"HandleMbedtlsTransmit DTLS"
)
;
secure_transport.cpp:795
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
LogDebg
(
"HandleMbedtlsReceive DTLS"
)
;
secure_transport.cpp:839
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsReceive()
LogDebg
(
"HandleMbedtlsGetTimer"
)
;
secure_transport.cpp:874
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsGetTimer()
LogDebg
(
"SetTimer DTLS"
)
;
secure_transport.cpp:912
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsSetTimer()
LogDebg
(
"Generated KEK"
)
;
secure_transport.cpp:974
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
LogDebg
(
"Cleared all entries"
)
;
src_match_controller.cpp:109
ot::SourceMatchController
ot::SourceMatchController::ClearTable()
LogDebg
(
"%sabling"
,
mEnabled
?
"En"
:
"Dis"
)
;
src_match_controller.cpp:116
ot::SourceMatchController
ot::SourceMatchController::Enable()
LogDebg
(
"Adding short addr: 0x%04x -- %s (%d)"
,
aChild
.
GetRloc16
(
)
,
ErrorToString
(
error
)
,
error
)
;
src_match_controller.cpp:146
ot::SourceMatchController
ot::SourceMatchController::AddAddress()
LogDebg
(
"Adding addr: %s -- %s (%d)"
,
aChild
.
GetExtAddress
(
)
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
,
src_match_controller.cpp:155
ot::SourceMatchController
ot::SourceMatchController::AddAddress()
LogDebg
(
"Clearing pending flag for 0x%04x"
,
aChild
.
GetRloc16
(
)
)
;
src_match_controller.cpp:168
ot::SourceMatchController
ot::SourceMatchController::ClearEntry()
LogDebg
(
"Clearing short addr: 0x%04x -- %s (%d)"
,
aChild
.
GetRloc16
(
)
,
ErrorToString
(
error
)
,
error
)
;
src_match_controller.cpp:177
ot::SourceMatchController
ot::SourceMatchController::ClearEntry()
LogDebg
(
"Clearing addr: %s -- %s (%d)"
,
aChild
.
GetExtAddress
(
)
.
ToString
(
)
.
AsCString
(
)
,
ErrorToString
(
error
)
,
src_match_controller.cpp:186
ot::SourceMatchController
ot::SourceMatchController::ClearEntry()
LogDebg
(
"RadioPanId: 0x%04x"
,
aPanId
)
;
sub_mac.cpp:158
ot::Mac::SubMac
ot::Mac::SubMac::SetPanId()
LogDebg
(
"RadioShortAddress: 0x%04x"
,
mShortAddress
)
;
sub_mac.cpp:165
ot::Mac::SubMac
ot::Mac::SubMac::SetShortAddress()
LogDebg
(
"RxOnWhenIdle: %d"
,
mRxOnWhenIdle
)
;
sub_mac.cpp:192
ot::Mac::SubMac
ot::Mac::SubMac::SetRxOnWhenIdle()
LogDebg
(
"Delaying retx for %lu usec (be=%u)"
,
ToUlong
(
backoff
)
,
aBackoffExponent
)
;
sub_mac.cpp:461
ot::Mac::SubMac
ot::Mac::SubMac::StartTimerForBackoff()
LogDebg
(
"Ack timer timed out"
)
;
sub_mac.cpp:765
ot::Mac::SubMac
ot::Mac::SubMac::HandleTimer()
LogDebg
(
"RadioState: %s -> %s"
,
StateToString
(
mState
)
,
StateToString
(
aState
)
)
;
sub_mac.cpp:899
ot::Mac::SubMac
ot::Mac::SubMac::SetState()
LogDebg
(
"Disabled interface"
)
;
trel_interface.cpp:106
ot::Trel::Interface
ot::Trel::Interface::Disable()
LogDebg
(
"Extended Address changed, re-registering DNS-SD service"
)
;
trel_interface.cpp:115
ot::Trel::Interface
ot::Trel::Interface::HandleExtAddressChange()
LogDebg
(
"Extended PAN ID changed, re-registering DNS-SD service"
)
;
trel_interface.cpp:125
ot::Trel::Interface
ot::Trel::Interface::HandleExtPanIdChange()
LogDebg
(
"HandleReceived(aLength:%u)"
,
aLength
)
;
trel_interface.cpp:396
ot::Trel::Interface
ot::Trel::Interface::HandleReceived()
LogDebg
(
"BeginTransmit() [%s] plen:%d"
,
txPacket
.
GetHeader
(
)
.
ToString
(
)
.
AsCString
(
)
,
txPacket
.
GetPayloadLength
(
)
)
;
trel_link.cpp:209
ot::Trel::Link
ot::Trel::Link::BeginTransmit()
LogDebg
(
"ReceivedPacket() [%s] plen:%d"
,
aPacket
.
GetHeader
(
)
.
ToString
(
)
.
AsCString
(
)
,
aPacket
.
GetPayloadLength
(
)
)
;
trel_link.cpp:356
ot::Trel::Link
ot::Trel::Link::ProcessReceivedPacket()
LogDebg
(
"HandleAck() [%s]"
,
aAckPacket
.
GetHeader
(
)
.
ToString
(
)
.
AsCString
(
)
)
;
trel_link.cpp:387
ot::Trel::Link
ot::Trel::Link::HandleAck()
LogDebg
(
"SendAck [%s]"
,
ackPacket
.
GetHeader
(
)
.
ToString
(
)
.
AsCString
(
)
)
;
trel_link.cpp:433
ot::Trel::Link
ot::Trel::Link::SendAck()
LogDebg
(
"ReportDeferredAckStatus(): %s for %s"
,
aNeighbor
.
GetExtAddress
(
)
.
ToString
(
)
.
AsCString
(
)
,
trel_link.cpp:440
ot::Trel::Link
ot::Trel::Link::ReportDeferredAckStatus()
LogDebg
(
"State: %s -> %s"
,
StateToString
(
mState
)
,
StateToString
(
aState
)
)
;
trel_link.cpp:450
ot::Trel::Link
ot::Trel::Link::SetState()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kLogLevelDebg
is read by 71 functions:
All items filtered out
kLogLevelDebg
otLoggingSetLevel()
otLogDebgPlat()
otDumpDebgPlat()
otLogPlatArgs()
otLogCli()
ot::DataPollSender::SendDataPoll()
ot::Mac::Mac::UpdateIdleMode()
ot::Mac::Mac::StartOperation()
ot::Mac::Mac::PerformNextOperation()
ot::Mac::Mac::FinishOperation()
ot::Mac::Mac::RecordFrameTransmitStatus()
ot::Mac::Mac::HandleTransmitDone()
ot::Mac::Mac::HandleTimer()
ot::Mac::Mac::ProcessReceiveSecurity()
ot::Mac::Mac::ProcessEnhAckSecurity()
ot::Mac::Mac::HandleReceivedFrame()
ot::Mac::Mac::LogFrameRxFailure() const
ot::Mac::Mac::ProcessCsl()
ot::Mac::SubMac::SetPanId()
ot::Mac::SubMac::SetShortAddress()
ot::Mac::SubMac::SetRxOnWhenIdle()
ot::Mac::SubMac::StartTimerForBackoff()
ot::Mac::SubMac::HandleTimer()
ot::Mac::SubMac::SetState()
ot::Trel::Interface::Disable()
ot::Trel::Interface::HandleExtAddressChange()
ot::Trel::Interface::HandleExtPanIdChange()
ot::Trel::Interface::HandleReceived()
ot::Trel::Link::BeginTransmit()
ot::Trel::Link::ProcessReceivedPacket()
ot::Trel::Link::HandleAck()
ot::Trel::Link::SendAck()
ot::Trel::Link::ReportDeferredAckStatus()
ot::Trel::Link::SetState()
ot::DuaManager::UpdateRegistrationDelay()
ot::DuaManager::UpdateReregistrationDelay()
ot::DuaManager::UpdateCheckDelay()
ot::DuaManager::HandleTimeTick()
ot::MeshForwarder::HandleTxDelayTimer()
ot::MeshForwarder::HandleSentFrame()
ot::MeshForwarder::SendEmptyMessage()
ot::Mle::Mle::Store()
ot::Mle::Mle::HandleUdpReceive()
ot::MlrManager::UpdateReregistrationDelay()
ot::MlrManager::LogMulticastAddresses()
ot::NetworkData::Leader::SetNetworkData()
ot::NetworkData::Leader::RegisterNetworkData()
ot::NetworkData::Local::AddPrefix()
ot::NetworkData::Local::RemovePrefix()
ot::NetworkData::Local::AddService()
ot::NetworkData::Local::RemoveService()
ot::SourceMatchController::ClearTable()
ot::SourceMatchController::Enable()
ot::SourceMatchController::AddAddress()
ot::SourceMatchController::ClearEntry()
ot::BackboneRouter::MulticastListenersTable::Log() const
ot::BackboneRouter::NdProxyTable::FindByAddressIid()
ot::BackboneRouter::NdProxyTable::FindByMeshLocalIid()
ot::BackboneRouter::NdProxyTable::FindInvalid()
ot::Coap::CoapBase::Receive()
ot::Coap::CoapSecure::HandleTransmit()
ot::MeshCoP::SecureTransport::HandleMbedtlsTransmit()
ot::MeshCoP::SecureTransport::HandleMbedtlsReceive()
ot::MeshCoP::SecureTransport::HandleMbedtlsGetTimer()
ot::MeshCoP::SecureTransport::HandleMbedtlsSetTimer()
ot::MeshCoP::SecureTransport::HandleMbedtlsExportKeys()
ot::Ip6::Icmp::HandleEchoRequest()
ot::BorderRouter::InfraIf::HandledReceived()
ot::BorderRouter::InfraIf::DiscoverNat64PrefixDone()
ot::BorderRouter::RoutingManager::SendRouterAdvertisement()
ot::BorderRouter::RoutingManager::HandleRouterAdvertisement()
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