/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/apport.txt

  • Committer: Martin Pool
  • Date: 2009-08-13 14:31:20 UTC
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090813143120-wswei1rlx2iqdrci
More developer docs about apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
sees the error, but that was true with our existing exception-printer.
34
34
 
35
35
The user should have the option to: forget about the crash (and ignore the
36
 
bug report), see the contents of the report, 
 
36
bug report), see the contents of the report, file a bug, or save the
 
37
report to file later.  At the moment we just show them the filename and
 
38
let them take it from there.
37
39
 
38
40
The process is 
39
41
 
67
69
  longwinded than our current output and might make the traceback scroll
68
70
  off the screen.
69
71
 
70
 
* Automatically include .bzr.log in the problem report.
 
72
* Automatically trace messages (ie from .bzr.log) in the report.  We could
 
73
  just include the whole file, but it may be long, and including the whole
 
74
  thing has a greater risk of including sensitive data.
71
75
 
72
76
* Ask the user what they want to do with the report: automatically file
73
77
  it, look at it, see just the traceback, just be told where it is.  This