Function cros_tracing::trace_simple_print_internal
source · pub fn trace_simple_print_internal(message: String)Expand description
Platform-specific implementation of the trace_simple_print! macro. If tracing
is enabled on the system, it writes the given message to the trace_marker file.
§Arguments
message- The message to be written