| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
etw-stackwalk: finalize packet before starting new
crrev.com/c/7794326 added `ResetEmittedState()`, but when testing a
follow-up change locally I hit failing `PERFETTO_CHECK`
`cur_packet_->is_finalized()`: "the caller is calling NewTracePacket()
without having finalized the previous packet".
This change fixes the above failure by finalizing the previous packet
before calling `NewTracePacket()`. It also moves the code to do so into
helper `FinalizePreviousData()` to make it a bit clearer what these
steps do.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |