blob: 750c46dd8f7f81247399db605224032a6eb540ba (
plain)
1
2
3
4
5
6
7
8
|
:mod:`mozcrash` --- Print stack traces from minidumps left behind by crashed processes
======================================================================================
Gets stack traces out of processes that have crashed and left behind
a minidump file using the Google Breakpad library.
.. automodule:: mozcrash
:members: check_for_crashes
|