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
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.
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.