mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-17 04:50:27 +08:00
9554a89ab6
zx_task_resume() is deprecated for exception resumption, and replaced by zx_task_resume_from_exception(). The latter requires an additional argument, so plumb the exception port on which the exception was delivered through to where it needs to be resumed. Bug: fuchsia:ZX-2720 Change-Id: If3984ce13eb1735d061faaac9eecd42e0251d25f Reviewed-on: https://chromium-review.googlesource.com/c/1263017 Reviewed-by: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Francois Rousseau <frousseau@google.com>