Loading init/property_service.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -609,8 +609,7 @@ void load_persist_props(void) { load_override_properties(); /* Read persistent properties after all default values have been loaded. */ load_persistent_properties(); uint64_t start_ns = boot_clock::now().time_since_epoch().count(); property_set("ro.boottime.persistent_properties", StringPrintf("%" PRIu64, start_ns).c_str()); property_set("ro.persistent_properties.ready", "true"); } void load_recovery_id_prop() { Loading Loading
init/property_service.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -609,8 +609,7 @@ void load_persist_props(void) { load_override_properties(); /* Read persistent properties after all default values have been loaded. */ load_persistent_properties(); uint64_t start_ns = boot_clock::now().time_since_epoch().count(); property_set("ro.boottime.persistent_properties", StringPrintf("%" PRIu64, start_ns).c_str()); property_set("ro.persistent_properties.ready", "true"); } void load_recovery_id_prop() { Loading