These are critical for display performance and should not be balanced
in order to improve latency and responsiveness.
And also affine them.
Change-Id: If49ecb8757d133a7fad0d7946837b35403e57c2a
Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
The default ART setting is quicken: run DEX code verification and
optimize some DEX instructions to get better interpreter performance.
This commit switches performance critical applications to speed:
run DEX code verification and AOT-compile all methods.
PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O)
List of applications that have been identified as core to the products
and which are desirable to compile with the speed compiler filter. For
example, persistent apps such as SystemUI get a chance to use
profile-guided compilation only at the next reboot, so it may be better
for the product to have these apps always AOT-compiled.
Change-Id: Ib2dc9a55dfb332ba3fb84a13544d564a63f37ad2
* Generated using the command
"adb shell thermal-engine -o > thermal-engine.conf"
* We don't use thermal daemon from OOS which has these
changes inline, instead, make CAF thermal-engine happy
with the config.
Change-Id: I02e45dfbf9880c8e8418c4d8d9b4d827b4d7066d
thirteen