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:
Jing Ji
2020-12-03 17:51:00 -08:00
parent ddf3f6a122
commit 05c6dcdcc1

View File

@@ -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>