sm6225-common: Disable batt_health service
Change-Id: I2533fd387c4d6605cb96a186bac1ca5a5ffb987b
This commit is contained in:
parent
bbebc27f92
commit
68eae2d364
1 changed files with 7 additions and 7 deletions
|
@ -362,14 +362,14 @@ on boot
|
||||||
# oneshot
|
# oneshot
|
||||||
# disabled
|
# disabled
|
||||||
|
|
||||||
service vendor.batt_health /vendor/bin/batt_health
|
#service vendor.batt_health /vendor/bin/batt_health
|
||||||
class late_start
|
# class late_start
|
||||||
user vendor_pwric
|
# user vendor_pwric
|
||||||
group vendor_pwric cache net_admin log
|
# group vendor_pwric cache net_admin log
|
||||||
disabled
|
# disabled
|
||||||
|
|
||||||
on property:sys.boot_completed=1 && property:ro.product.is_production=false
|
#on property:sys.boot_completed=1 && property:ro.product.is_production=false
|
||||||
start vendor.batt_health
|
# start vendor.batt_health
|
||||||
|
|
||||||
on property:sys.boot_completed=1 && property:ro.vendor.zram.swapon=true
|
on property:sys.boot_completed=1 && property:ro.vendor.zram.swapon=true
|
||||||
write /sys/block/zram0/comp_algorithm lz4
|
write /sys/block/zram0/comp_algorithm lz4
|
||||||
|
|
Loading…
Reference in a new issue