COVESA/dlt-viewer

Enabling/Disabling Plugins has no influence on Index file

alexmucde opened this issue · 1 comments

DLT Viewer will load wrong index file

I tried to reproduce the issue:

  1. load a dlt log (Plugins enabled Filters enabled)
  2. check name of an index file loaded
  3. Disable plugins, click "Apply"

I see in log "loadIndex "[...].dix" failed", then new index file gets generated and loaded. If I enable plugins, I observe that index file from step 2 is loaded. So all seems fine.

Is there a specific path I should take to reproduce the issue?