Skip to content

Commit

Permalink
Merge pull request #194 from brave/hang-watcher-nightly-50-plus-name-fix
Browse files Browse the repository at this point in the history
HangWatcher to nightly 50%
  • Loading branch information
kjozwiak authored Jan 10, 2022
2 parents d0c6cca + ff4bb6e commit 327093b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,41 @@
"channel": ["NIGHTLY"],
"platform": ["ANDROID"]
}
},
{
"name": "HangWatcher",
"experiments": [
{
"name": "HangWatcherEnableDumps",
"probability_weight": 50,
"parameters": [
{
"name": "ui_thread_log_level",
"value": "2"
},
{
"name": "io_thread_log_level",
"value": "2"
},
{
"name": "threadpool_log_level",
"value": "2"
}
],
"feature_association": {
"enable_feature": ["HangWatcher"]
}
},
{
"name": "Default",
"probability_weight": 50
}
],
"filter": {
"channel": ["NIGHTLY"],
"platform": ["WINDOWS", "MAC", "LINUX"],
"min_version": "97.1.36.14"
}
}
]
}

0 comments on commit 327093b

Please sign in to comment.