Improve log output for failed trigger matching
If there is trouble to match a HW-event to a specific WR event (E.g. multiple WR-events do match), log the Names and timestamps of the events which both do match and the stamp of the trigger which is to match.
Relevant method: CircularBufferManagerBase::addMeta
E.g:
The trigger-event with stamp "12456" could not be aligned to a specific WR-Event, since multiple WR-Events do match:
- Name: CMD_SEQ_START, Stamp: "123459"
- Name: CMD_SEQ_START, Stamp: "123455"
Try to decrease the matchingTolerance, increase the sample rate of your measuring device or only let your signal-source trigger by events which are more distinct from each other.
Edited by al.schwinn