fuchsia: allow ERROR log messages in tests

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

View File

@ -79,6 +79,12 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
fuchsia_test_package("crashpad-test") {
test_components = [ ":crashpad-test-component" ]
test_specs = {
log_settings = {
max_severity = "ERROR"
}
}
}
_resource_files = [