5

Possible Duplicate:
How can I track a bug that caused a crash and was reported via apport / whoopsie?

Since I updated to 12.04 apport sends crash reports to the server silently without opening a bug report page on launchpad while I'd like to track this reports statuses. How can I achieve this?

int_ua
  • 8,892

1 Answers1

3

For me it works in ubuntu 12.04 (final release) to edit /etc/apport/crashdb.conf and add 'Crash' to the 'problem_types': ['Bug', 'Package', 'Crash']

Some references

student
  • 2,352