72
72
trace.mutter("couldn't find apport bug-reporting library: %s" % e)
75
74
# this should only happen if apport is installed but it didn't
76
75
# work, eg because of an io error writing the crash file
77
76
trace.mutter("bzr: failed to report crash using apport: %r" % e)
78
77
trace.log_exception_quietly()
80
78
return report_bug_legacy(exc_info, stderr)