mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Disable histogram bad minimum warning (see https://crbug.com/1288842#c29)
This commit is contained in:
@@ -544,5 +544,11 @@ patches = [
|
||||
# Fix missing lock.h include causing build failure with Windows sandbox.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/3479396
|
||||
'name': 'base_debug_3479396',
|
||||
},
|
||||
{
|
||||
# Disable the "Histogram: <name> has bad minimum: 0" warning which is
|
||||
# spamming the debug log.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1288842#c29
|
||||
'name': 'base_metrics_1288842',
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user