Skip to content

Commit

Permalink
GWP-ASan: New Android field trial configuration
Browse files Browse the repository at this point in the history
Update the Android field trial to be enabled for WebView as well and
update the parameters--they now match GwpAsanUnified.

Bug: 973167
Change-Id: Ia657966e6e5b145f44afa06f9dfe80c91e370eda
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844114
Auto-Submit: Vlad Tsyrklevich <[email protected]>
Reviewed-by: Robert Kaplow <[email protected]>
Commit-Queue: Robert Kaplow <[email protected]>
Cr-Commit-Position: refs/heads/master@{#703306}
  • Loading branch information
vlad902 authored and Commit Bot committed Oct 7, 2019
1 parent edb7d0e commit b90e1de
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2857,17 +2857,18 @@
"GwpAsanAndroid": [
{
"platforms": [
"android"
"android",
"android_webview"
],
"experiments": [
{
"name": "Enabled",
"params": {
"AllocationSamplingRange": "64",
"MaxAllocations": "35",
"MaxMetadata": "150",
"AllocationSamplingRange": "16",
"MaxAllocations": "70",
"MaxMetadata": "255",
"ProcessSamplingBoost2": "10",
"ProcessSamplingProbability": "0.01"
"ProcessSamplingProbability": "0.015"
},
"enable_features": [
"GwpAsanMalloc",
Expand Down

0 comments on commit b90e1de

Please sign in to comment.