otDumpCritPlat() function
Generates a memory dump at critical log level. If `OPENTHREAD_CONFIG_LOG_PLATFORM` or `OPENTHREAD_CONFIG_LOG_PKT_DUMP` is not set or the current log level is below critical this function does not emit any log message.
Arguments
aText
A string that is printed before the bytes.
aData
A pointer to the data buffer.
aDataLength
Number of bytes in @p aData.