Macro storage_trace::flow_step

source ยท
macro_rules! flow_step {
    ($category:expr, $name:expr, $flow_id:expr $(, $key:expr => $val:expr)*) => { ... };
}
Expand description

Writes a flow step event with the specified id.

See fuchsia_trace::flow_step! for more details.