Namespaces
Records
-
class CrashCounter -
class ExceptionBroker -
class ExceptionBrokerConfig_ExistanceShouldActivate_Test -
class ExceptionBrokerConfig_FilterArray_Test -
class ExceptionBrokerConfig_NonExistanceShouldNotActivate_Test -
class ExceptionContext -
class HandlerManager -
class PendingException -
class ProcessHandler -
class ProcessLimboHandler -
class ProcessLimboManager
Functions
-
std::set<std::string> ExtractFilters (const std::string & content)|content| is the string contents of the config file loaded for ExceptionBroker.
It is expected to be an object and this function will attempt to load the "filters" array
within it.
Defined at line 14 of file ../../src/developer/forensics/exceptions/json_utils.cc
-
bool SpawnCrasher (ExceptionContext * pe, const std::string & process_name)Spawns a process that will crash and waits for the exception.
Returns |true| if the process was crashed and the exception was retrieved successfully.
Defined at line 16 of file ../../src/developer/forensics/exceptions/tests/crasher_wrapper.cc
-
int main ()Defined at line 29 of file ../../src/developer/forensics/exceptions/main.cc
-
bool MarkExceptionAsHandled (ExceptionContext * pe)Defined at line 91 of file ../../src/developer/forensics/exceptions/tests/crasher_wrapper.cc