Loading liblog/properties.c +3 −0 Original line number Diff line number Diff line Loading @@ -459,6 +459,9 @@ LIBLOG_ABI_PRIVATE bool __android_logger_property_get_bool(const char* key, if (check_flag(property.property, "false")) { return false; } if (property.property[0]) { flag &= ~(BOOL_DEFAULT_FLAG_ENG | BOOL_DEFAULT_FLAG_SVELTE); } if (check_flag(property.property, "eng")) { flag |= BOOL_DEFAULT_FLAG_ENG; } Loading rootdir/init.rc +7 −9 Original line number Diff line number Diff line Loading @@ -245,10 +245,6 @@ on property:sys.boot_from_charger_mode=1 class_stop charger trigger late-init # Load properties from /system/ + /factory after fs mount. on load_system_props_action load_system_props on load_persist_props_action load_persist_props start logd Loading @@ -269,11 +265,6 @@ on late-init trigger fs trigger post-fs # Load properties from /system/ + /factory after fs mount. Place # this in another action so that the load will be scheduled after the prior # issued fs triggers have completed. trigger load_system_props_action # Mount fstab in init.{$device}.rc by mount_all with '--late' parameter # to only mount entries with 'latemount'. This is needed if '--early' is # specified in the previous mount_all command on the fs stage. Loading @@ -298,6 +289,13 @@ on late-init trigger boot on post-fs # Load properties from # /system/build.prop, # /odm/build.prop, # /vendor/build.prop and # /factory/factory.prop load_system_props # start essential services start logd start servicemanager start hwservicemanager Loading Loading
liblog/properties.c +3 −0 Original line number Diff line number Diff line Loading @@ -459,6 +459,9 @@ LIBLOG_ABI_PRIVATE bool __android_logger_property_get_bool(const char* key, if (check_flag(property.property, "false")) { return false; } if (property.property[0]) { flag &= ~(BOOL_DEFAULT_FLAG_ENG | BOOL_DEFAULT_FLAG_SVELTE); } if (check_flag(property.property, "eng")) { flag |= BOOL_DEFAULT_FLAG_ENG; } Loading
rootdir/init.rc +7 −9 Original line number Diff line number Diff line Loading @@ -245,10 +245,6 @@ on property:sys.boot_from_charger_mode=1 class_stop charger trigger late-init # Load properties from /system/ + /factory after fs mount. on load_system_props_action load_system_props on load_persist_props_action load_persist_props start logd Loading @@ -269,11 +265,6 @@ on late-init trigger fs trigger post-fs # Load properties from /system/ + /factory after fs mount. Place # this in another action so that the load will be scheduled after the prior # issued fs triggers have completed. trigger load_system_props_action # Mount fstab in init.{$device}.rc by mount_all with '--late' parameter # to only mount entries with 'latemount'. This is needed if '--early' is # specified in the previous mount_all command on the fs stage. Loading @@ -298,6 +289,13 @@ on late-init trigger boot on post-fs # Load properties from # /system/build.prop, # /odm/build.prop, # /vendor/build.prop and # /factory/factory.prop load_system_props # start essential services start logd start servicemanager start hwservicemanager Loading