HomeSort by relevance Sort by last modified time
    Searched refs:crash_handler_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 144 crash_handler_ = callback;
258 volatile HandlerCallback crash_handler_; member in class:google_breakpad::ExceptionHandler
exception_handler.cc 228 crash_handler_(NULL) {
311 // crash_handler_ = callback;
445 if (crash_handler_ != NULL) {
446 if (crash_handler_(&context, sizeof(context), callback_context_)) {

Completed in 334 milliseconds