Comment 3 for bug 1841157

Revision history for this message
Brian Murray (brian-murray) wrote :

I just noticed that apport does have the ability to run arbitrary package hooks - see add_hooks_info() in report.py. If you call that you'll be able to resolve the following in oem-getlogs.

" # enable when the feature to include data from package hooks exists."

I believe you'll want something like:

report.add_hooks_info(None, srcpackage='xorg')