[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:
Anirudh Mathukumilli 2021-02-02 11:26:22 -08:00 committed by Commit Bot
parent 2cb83e491e
commit 1f28ee77ef

View File

@ -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) {