• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revision31ae2aacae46f2c20ea0b3921673f7a7ce6e1eae (tree)
Zeit2016-08-31 16:37:01
AutorMao Jinlong <c_jmao@code...>
CommiterGerrit - the friendly Code Review server

Log Message

init : start time_daemon when trigger_restart_min_framework

When trigger_restart_min_framework, system time will not be correct
as time_daemon is not started and only tempfs is mounted for data
partition. So start time_daemon when trigger_restart_min_framework.

Change-Id: I43d0eb850cfff24bbd61b0b1e0f43f591b71e3fe
CRs-Fixed: 1050321

Ändern Zusammenfassung

Diff

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -580,6 +580,7 @@ on property:vold.decrypt=trigger_restart_min_framework
580580 # A/B update verifier that marks a successful boot.
581581 exec - root -- /system/bin/update_verifier trigger_restart_min_framework
582582 class_start main
583+ start time_daemon
583584
584585 on property:vold.decrypt=trigger_restart_framework
585586 # A/B update verifier that marks a successful boot.