Commit 384db9aa authored by Pierre-Antoine Manzagol's avatar Pierre-Antoine Manzagol Committed by Commit Bot

Field trial testing config for StabilityDebugging

This enables testing for the "record, collect on crash, process
postmortem without sending postmortem reports" configuration.

Bug: 620813
Change-Id: Iefcb7701ec9122c79dcd8d7b083cf1d96aa64c77
Reviewed-on: https://chromium-review.googlesource.com/692714Reviewed-by: default avatarJesse Doherty <jwd@chromium.org>
Commit-Queue: Pierre-Antoine Manzagol (departed) <manzagop@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505439}
parent c0a9caa5
...@@ -3089,6 +3089,25 @@ ...@@ -3089,6 +3089,25 @@
] ]
} }
], ],
"StabilityDebugging": [
{
"platforms": [
"win"
],
"experiments": [
{
"name": "Enabled",
"params": {
"collect_postmortem": "false",
"init_flush": "true"
},
"enable_features": [
"StabilityDebugging"
]
}
]
}
],
"SubresourceFilter": [ "SubresourceFilter": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment