You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGP(info, "Writing streamer data with mask {:0{}b}", static_cast<std::underlying_type_t<AODProducerStreamerMask>>(mStreamerMask), std::numeric_limits<std::underlying_type_t<AODProducerStreamerMask>>::digits);
1676
+
mStreamerFlags.set(s);
1677
+
if (mStreamerFlags) {
1678
+
LOGP(info, "Writing streamer data with mask {}", mStreamerFlags.string());
0 commit comments