Crash logging module.
|
Crash
Represents a crash, bug, or another interesting event in the
debugee.
|
|
CrashContainer
Manages a database of persistent Crash objects, trying to avoid
duplicates.
|
|
CrashTable
Manages a database of persistent Crash objects, trying to avoid
duplicates only when requested.
|
|
VolatileCrashContainer
Manages a database of volatile Crash objects, trying to avoid
duplicates if requested.
|
|
DummyCrashContainer
Fakes a database of volatile Crash objects, trying to mimic part of
it's interface.
|