custom_outbox sample
log_error_if_nonzero()
is only used within custom_outbox sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
custom_outbox sample
log_error_if_nonzero()
log_error_if_nonzero() function
Syntax
Show:
Summary
Declaration
from
app_main.c:31
static
void
log_error_if_nonzero
(
const
char
*
message
,
int
error_code
)
;
Arguments
Argument
message
error_code
Examples
References
from
examples
Code
Location
Referrer
static
void
log_error_if_nonzero
(
const
char
*
message
,
int
error_code
)
app_main.c:31
log_error_if_nonzero
(
"reported from esp-tls"
,
event
->
error_handle
->
esp_tls_last_esp_err
)
;
app_main.c:90
mqtt_event_handler()
log_error_if_nonzero
(
"reported from tls stack"
,
event
->
error_handle
->
esp_tls_stack_err
)
;
app_main.c:91
mqtt_event_handler()
log_error_if_nonzero
(
"captured as transport's socket errno"
,
event
->
error_handle
->
esp_transport_sock_errno
)
;
app_main.c:92
mqtt_event_handler()
Call Tree
from
examples
log_error_if_nonzero()
is called by 1 function and calls 2 functions:
mqtt_event_handler()
All items filtered out
log_error_if_nonzero()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
log_error_if_nonzero()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
log_error_if_nonzero()
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