macro_rules! trace_msg_from_compositor {
    ($event:expr, $($rest:tt)+) => { ... };
}
Expand description

Log an event from compositor at trace level.

  • To disable tracing: RUST_LOG=‘constellation<compositor@=off’
  • To enable tracing: RUST_LOG=‘constellation<compositor@’
  • Recommended filters when tracing is enabled:
    • constellation<compositor@ForwardEvent(MouseMoveEvent)=off
    • constellation<compositor@LogEntry=off
    • constellation<compositor@ReadyToPresent=off