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') -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1841157 Title: have /usr/bin/oem-getlogs in apport to collect all in one logs To manage notifications about this bug go to: https://bugs.launchpad.net/apport/+bug/1841157/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
