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

feat(export): implement export feature using adlt #201

Closed mbehr1 closed 5 months ago

mbehr1 commented 5 months ago

This implementation is optimized to not keep msgs in ram thus supporting really huge files. Keeping old implementation as it has the sort/rewrite feature via the "Export/filter ... deprecated..." command. Will add sort/rewrite later as part of a "export as..." feature.