Documentation
Configuration
Crash Handler

Crash Handler Configuration

The crash handler configuration is used to specify the crash handler options for Avaritia stub.

Unhandled Exception Filter

This option allows you to specify whether or not to use the unhandled exception filter for the crash handler.

When this option is false, the application will fully controls the crash handling.

  • Default: true
config.json
{
  "crash_handler": {
    "catch_unhandled_exception": true
  }
}

Application-Defined Unhandled Exception Filter

This option allows you to specify whether or not to dispatch the unhandled exception to the application-defined unhandled exception filter.

When this option is false, Avaritia stub will handle the unhandled exception, proceed to crash dump dialog immediately and will not call the application-defined unhandled exception filter.

Otherwise, the stub will never proceed to the crash dump dialog and the application is responsible for handling the unhandled exception appropriately.

  • Default: false
config.json
{
  "crash_handler": {
    "dispatch_unhandled_exception": false
  }
}
© 2024-present SECTOR 501 LLC. All rights reserved.
Buildbff736e