Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 1 month ago.
Enable trace for mbedtls in mbed-os-example-client example
HI All, I am unable to figure how to enable traces inside mbedTLS to get the handshake trace. Can anyone help?
I have defined the following: ENABLE_MBED_CLIENT_MBED_TLS_DEBUGS and set this config param in main:
mbed_trace_config_set(TRACE_ACTIVE_LEVEL_DEBUG);
but no luck. I only see mbedclient traces not at mbedtls level.