mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
588d7dba1c
crashpad_handler is Crashpad’s exception handler server. Currently, it runs a loop to receive exceptions, and exits when it no longer has any clients. In the future, this will be extended to write and potentially upload dumps. The handler is expected to be started by its initial client via the CrashpadClient interface. R=rsesek@chromium.org Review URL: https://codereview.chromium.org/789693005