Turn OFF binder heavy hitter detection by default
It takes ~0.9% system_server CPU time as of now. Bug: 155522521 Test: Build & Boot Change-Id: I3ff3d600b7e2bcf70c58a662d50100540dc4272d
This commit is contained in:
@@ -4507,7 +4507,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>
|
||||
@@ -4518,7 +4518,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