mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
2c83eb550e
dart binary would instantiate CrashpadClient if DART_CRASHPAD_HANDLER and DART_CRASHPAD_CRASHES_DIR environment variables are set. - DART_CRASHPAD_HANDLER should contain the path to the crashpad_handler binary that would handle the crash and write minidump; - DART_CRASHPAD_CRASHES_DIR should contain the path to the crashpad database which would be used to store minidumps. Rewrite --copy-crash-dumps support on windows to use Crashpad integration instead of editing Windows registry. Embedding crashpad required to roll a new zlib version because Crashpad depends on the zlib. This version of zlib is buildable with its own BUILD.gn so our custom BUILD.gn is removed. Change-Id: I048aad16b234e1d750f0a24782b04e3b6e19703d Reviewed-on: https://dart-review.googlesource.com/c/81007 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Zach Anderson <zra@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com> |
||
---|---|---|
.. | ||
BUILD.gn | ||
visual_studio_version.gni |