Files
vendor_xiaomi_peridot/proprietary/vendor/etc/perf/exceptionrecoveryconfig.xml
AdarshGrewal e820d2fcec peridot: Switch to py extract utils
Change-Id: Ic130cd25962649659ed6419231710b435cf0b667
2025-08-16 01:00:32 +05:30

18 lines
837 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--MIUI ADD: Performance_BoostFramework -->
<BoostConfigs>
<PerfBoost>
<!-- ENABLE-->
<!-- white opcode list: -->
<!-- white process list: -->
<!-- white hint list: MTP boost、 Drag boost、FPS update、Decode-->
<Config
Enable = "true"
Resources = "0x40800000, 0x40800100, 0x40800200, 0x40800300, 0X42804000, 0x4303C000"
Processlist = "poweropt-service, cnss-daemon, miuibooster,
com.android.camera, vendor.qti.camera.provider-service_64,
com.miui.powerkeeper, com.xiaomi.joyose"
Hintlist = "0x00001086, 0x00001087, 0x00001094, 0x0000109B, 0X00001505, 0X00001502, 0X00001504"/>
</PerfBoost>
</BoostConfigs>
<!--END Performance_BoostFramework -->