COVESA / dlt-viewer

Diagnostic Log and Trace viewing program
Other
425 stars 240 forks source link

How to apply parser to decode logfiles (Non Verbose Mode Plugin) by command line #344

Closed Znzero closed 1 year ago

Znzero commented 1 year ago

image i have many logfiles in nonverbose mode, how do i use command line to decode those logfiles?

alexmucde commented 1 year ago

@Znzero

Option1: There is currently no command line interface for the non verbose plugin to load a configuration. But you can create and save a project, where you have enabled the plugin and you have loaded a Fibex file. Then load this project file by commandline.

Option2: The plugin must be extended to support the QDltPluginCommandInterface, then it would be also possible to provide the fibex file by commandline.

Can you work with Option1 or should we extend the plugin to support also Option2?

alexmucde commented 1 year ago

@Znzero If your question is answered please close the ticket. If you tend to option 2, we can keep it open.

Znzero commented 1 year ago

@Znzero If your question is answered please close the ticket. If you tend to option 2, we can keep it open. my question is answered, thanks~~