Skip to main content

track_instant

Macro track_instant 

Source
macro_rules! track_instant {
    ($category:expr, $track:expr, $name:expr $(, $key:expr => $val:expr)* $(,)?) => { ... };
}
Expand description

Writes an instant event to a custom track.

NOTE: This macro requires API level 31 or higher because the underlying virtual thread (VThread) support was stabilized and introduced in Fuchsia API level 31.