You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
434 B
15 lines
434 B
5 years ago
|
on property:persist.vendor.log.thermal=1
|
||
|
start vendor.thermal.logd
|
||
|
|
||
|
on property:persist.vendor.log.thermal=0
|
||
|
stop vendor.thermal.logd
|
||
|
|
||
|
on property:persist.vendor.log.thermal=1 && property:persist.vendor.log.thermal.interval=*
|
||
|
restart vendor.thermal.logd
|
||
|
|
||
|
service vendor.thermal.logd /vendor/bin/thermal_logd.samsung ${persist.vendor.log.thermal.interval:-5}
|
||
|
class main
|
||
|
user root
|
||
|
group root system
|
||
|
disabled
|