mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
[tracer] Fix action suppression
The previous error suppression in https://crrev.com/c/2662398 was not sufficient to disable action tracing (see https://fuchsia.dev/fuchsia-src/development/build/hermetic_actions?hl=en) Bug: fuchsia:68780 Change-Id: I587a71e01a13f863dceb548d09227ea3400e31b0 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2668015 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org>
This commit is contained in:
parent
2cb83e491e
commit
1f28ee77ef
@ -38,6 +38,7 @@ if (crashpad_is_mac || crashpad_is_ios) {
|
||||
if (crashpad_is_in_fuchsia) {
|
||||
# TODO(https://fxbug.dev/68780): Remove suppression when fixed.
|
||||
hermetic_deps = false
|
||||
all_outputs_fresh = false
|
||||
}
|
||||
|
||||
if (crashpad_is_mac) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user