mbehr1 / dlt-logs

Visual Studio Code extension that adds support to open DLT (genivi, AUTOSAR) diagnostic log and trace files with lifecycle detection, filters, time-sync, etc.
Other
15 stars 9 forks source link

remove hexdump for non-verbose files that are ascii only #154

Closed mbehr1 closed 1 year ago

mbehr1 commented 1 year ago

Seems like some ECU projects use non-verbose but mainly print ascii text only. Sometimes even the non-verbose message id gets misused e.g. as a consecutive message counter.

If ascii only non-verbose payload is detected skip the hexdump output after the | symbol.

mbehr1 commented 1 year ago

implemented with PR#158 in release 1.65.2