/docs/dox/using_error_reports.dox

http://crashrpt.googlecode.com/ · Unknown · 19 lines · 12 code · 7 blank · 0 comment · 0 complexity · a9e7b78724caf807ce75a574a8bda7a4 MD5 · raw file

  1. /*!
  2. \page using_error_reports Using Error Reports
  3. This section covers the following topics:
  4. - \subpage analyzing_error_reports page contains general information on crash report analysis.
  5. - \subpage using_crash_descriptor page describes how to use the information contained inside of
  6. the <i>crashrpt.xml</i> file.
  7. - \subpage using_minidump page tells about using the <i>crashdump.dmp</i> file. The minidump
  8. file can be opened in Visual Studio IDE or in WinDbg.
  9. - \subpage automating_crash_report_processing describes how to automate crash report analysis
  10. with tools provided by CrashRpt. Automating the analysis is useful when you receive
  11. too many error report and processing them manually becomes too difficult.
  12. */