diff options
| author | Ted Lin <tedlin@google.com> | 2020-12-02 20:17:11 +0800 |
|---|---|---|
| committer | Ted Lin <tedlin@google.com> | 2020-12-03 15:25:10 +0800 |
| commit | 0d39421ad62d73c07f8d4ab7d76f6d696af0dc28 (patch) | |
| tree | 758f7ccca15c828a049b7b923c9794e8177889c9 /init.hardware.rc | |
| parent | c4a3a45b8b3eb2be92496a0596db6f9445dbf963 (diff) | |
dumpstate: Support dump TEMP-DEFEND/DWELL-DEFEND setting
Bug: 173149361
Test: adb bugreport and check pass
Signed-off-by: Ted Lin <tedlin@google.com>
Change-Id: I73bf180dd81d8f826818dae2049ff6776e47ab4a
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index d75d9cfd..ca45a83d 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -145,6 +145,17 @@ on init && property:vendor.skip.init=0 # Battery Defender chown system system /sys/devices/platform/soc/soc:google,charger/charge_stop_level chown system system /sys/devices/platform/soc/soc:google,charger/charge_start_level + chown system system /sys/devices/platform/soc/soc:google,charger/bd_drainto_soc + chown system system /sys/devices/platform/soc/soc:google,charger/bd_recharge_soc + chown system system /sys/devices/platform/soc/soc:google,charger/bd_recharge_voltage + chown system system /sys/devices/platform/soc/soc:google,charger/bd_resume_abs_temp + chown system system /sys/devices/platform/soc/soc:google,charger/bd_resume_soc + chown system system /sys/devices/platform/soc/soc:google,charger/bd_resume_temp + chown system system /sys/devices/platform/soc/soc:google,charger/bd_resume_time + chown system system /sys/devices/platform/soc/soc:google,charger/bd_trigger_temp + chown system system /sys/devices/platform/soc/soc:google,charger/bd_trigger_time + chown system system /sys/devices/platform/soc/soc:google,charger/bd_trigger_voltage + chown system system /sys/devices/platform/soc/soc:google,charger/bd_temp_enable on late-init chown system system /sys/devices/virtual/thermal/tz-by-name/mb-therm-monitor/trip_point_0_temp |
