otDumpInfoPlat() function
Generates a memory dump at info log level. If `OPENTHREAD_CONFIG_LOG_PLATFORM` or `OPENTHREAD_CONFIG_LOG_PKT_DUMP` is not set or the current log level is below info 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.