Skip to content

Improve extractor errors

Carlos Garnacho requested to merge wip/carlosg/better-extractor-errors into master

Mainly does 2 things:

  • Passes an error to tracker_extract_get_metadata() functions, so modules fill that info better than "Could not get metadata for..."
  • Makes it easier to know what syscall was caught by seccomp, still requires manual execution (e.g. tracker3 extract <file>), or log inspection.
Edited by Carlos Garnacho

Merge request reports