From 1f28ee77ef27e462864a19bd899853cc54f9dcbf Mon Sep 17 00:00:00 2001 From: Anirudh Mathukumilli Date: Tue, 2 Feb 2021 11:26:22 -0800 Subject: [PATCH] [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 Commit-Queue: Scott Graham --- util/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/util/BUILD.gn b/util/BUILD.gn index 58f8ff3f..f51f0b9e 100644 --- a/util/BUILD.gn +++ b/util/BUILD.gn @@ -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) {