36
36
if 'BrzPlugins' not in report:
37
37
# may already be present in-process
38
38
report['BrzPlugins'] = command_output(['brz', 'plugins', '-v'])
40
40
# by default assume brz crashes are upstream bugs; this relies on
41
41
# having a brz entry under /etc/apport/crashdb.conf.d/
42
42
report['CrashDB'] = 'brz'