fuchsia: allow FATAL log messages in tests

* Crashpash has a few DEATH tests that will FATAL

Fixed: fuchsia:77967
Change-Id: Ifa4326e265d752efaedd6df91f1b6ee61a1e36c1
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2937542
Commit-Queue: Francois Rousseau <frousseau@google.com>
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Scott Graham <scottmg@chromium.org>
This commit is contained in:
Francois Rousseau 2021-06-03 13:13:02 -07:00 committed by Crashpad LUCI CQ
parent 7ad54b8831
commit 21313fad9a

View File

@ -82,7 +82,7 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
test_specs = {
log_settings = {
max_severity = "ERROR"
max_severity = "FATAL"
}
}
}