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 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')