mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[tracer] Add suppression for crashing action
This particular action was crashing when being traced. Bug: fuchsia:68780 Change-Id: Ia83d48b2a88f53bd8e139ea9c787429f93a24533 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2662398 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
9e96201002
commit
ee563696c3
@ -35,6 +35,11 @@ if (crashpad_is_mac || crashpad_is_ios) {
|
||||
"mach/mig_gen.py",
|
||||
]
|
||||
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
# TODO(https://fxbug.dev/68780): Remove suppression when fixed.
|
||||
hermetic_deps = false
|
||||
}
|
||||
|
||||
if (crashpad_is_mac) {
|
||||
sources = [
|
||||
"$sysroot/usr/include/mach/exc.defs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user