Bring perfd boot_complete signal back

Bug: 79879586
Test: Build
Change-Id: I0faef27bd94d6ee48971b723f9a5473a6258fbcb
This commit is contained in:
Wei Wang
2018-05-19 19:01:21 -07:00
parent 8ec9a8d179
commit b730e3be1c

View File

@@ -41,6 +41,9 @@ write /sys/class/devfreq/soc:qcom,mincpubw/governor "cpufreq"
# write $memlat/mem_latency/ratio_ceil 400
#done
# Signal perfd that boot has completed
setprop sys.post_boot.parsed 1
# On debuggable builds, enable console_suspend if uart is enabled to save power
# Otherwise, disable console_suspend to get better logging for kernel crashes
if [[ $(getprop ro.debuggable) == "1" && ! -e /sys/class/tty/ttyMSM0 ]]