trepn: Auto start profiler_daemon
Profiler daemon is used by trepn for providing battery, voltage, and current information. Change-Id: Ied1742323156e9779cc1fdcb0e0c212e3d9ff7ec
This commit is contained in:
parent
f8d254eb8c
commit
0764252ebc
|
@ -215,6 +215,15 @@ case "$target" in
|
|||
esac
|
||||
start_charger_monitor
|
||||
;;
|
||||
"apq8084")
|
||||
platformvalue=`cat /sys/devices/soc0/hw_platform`
|
||||
case "$platformvalue" in
|
||||
"Fluid")
|
||||
start profiler_daemon;;
|
||||
"Liquid")
|
||||
start profiler_daemon;;
|
||||
esac
|
||||
;;
|
||||
"msm8226")
|
||||
start_charger_monitor
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue