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:
Siddartha Mohanadoss 2014-01-31 10:59:42 -08:00
parent f8d254eb8c
commit 0764252ebc
1 changed files with 9 additions and 0 deletions

View File

@ -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
;;