mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-20 10:43:46 +00:00
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:
parent
1d45a4bafb
commit
7ad54b8831
6
BUILD.gn
6
BUILD.gn
@ -79,6 +79,12 @@ if (crashpad_is_in_chromium || crashpad_is_in_fuchsia) {
|
|||||||
|
|
||||||
fuchsia_test_package("crashpad-test") {
|
fuchsia_test_package("crashpad-test") {
|
||||||
test_components = [ ":crashpad-test-component" ]
|
test_components = [ ":crashpad-test-component" ]
|
||||||
|
|
||||||
|
test_specs = {
|
||||||
|
log_settings = {
|
||||||
|
max_severity = "ERROR"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_resource_files = [
|
_resource_files = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user