Codebase list libatasmart / 1f3b22e
debian/local/apport-hook.py: Include output of "udisksctl dump" from udisks2. Martin Pitt 11 years ago
2 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * debian/local/apport-hook.py: Fix syntax to be Python 3 compatible.
33 (LP: #1013171)
4 * debian/local/apport-hook.py: Include output of "udisksctl dump" from
5 udisks2.
46
57 -- Martin Pitt <mpitt@debian.org> Fri, 15 Jun 2012 08:29:53 +0200
68
1212
1313 def add_info(report):
1414 report['UdisksDump'] = apport.hookutils.command_output(['udisks', '--dump'])
15 report['Udisks2Dump'] = apport.hookutils.command_output(['udisksctl', 'dump'])
1516
1617 # grab SMART blobs
1718 dkd = dbus.Interface(dbus.SystemBus().get_object(UD,