Merge "Turn OFF binder heavy hitter detection by default"
This commit is contained in:
committed by
Android (Google) Code Review
commit
44b040f553
@@ -4515,7 +4515,7 @@
|
||||
<integer name="config_pdp_reject_retry_delay_ms">-1</integer>
|
||||
|
||||
<!-- Whether or not to enable the binder heavy hitter watcher by default -->
|
||||
<bool name="config_defaultBinderHeavyHitterWatcherEnabled">true</bool>
|
||||
<bool name="config_defaultBinderHeavyHitterWatcherEnabled">false</bool>
|
||||
|
||||
<!-- The default batch size for the binder heavy hitter watcher -->
|
||||
<integer name="config_defaultBinderHeavyHitterWatcherBatchSize">2000</integer>
|
||||
@@ -4526,7 +4526,7 @@
|
||||
</item>
|
||||
|
||||
<!-- Whether or not to enable the binder heavy hitter auto sampler by default -->
|
||||
<bool name="config_defaultBinderHeavyHitterAutoSamplerEnabled">true</bool>
|
||||
<bool name="config_defaultBinderHeavyHitterAutoSamplerEnabled">false</bool>
|
||||
|
||||
<!-- The default batch size for the binder heavy hitter auto sampler -->
|
||||
<integer name="config_defaultBinderHeavyHitterAutoSamplerBatchSize">400</integer>
|
||||
|
||||
Reference in New Issue
Block a user