commit | de73a0cfdfe4e175b12da1cf38dd5d3f7c1b8d9a | [log] [tgz] |
---|---|---|
author | OPPO <wangjimin@oppo.com> | Fri Mar 28 19:12:47 2014 +0800 |
committer | Jimin Wang <wangjimin@oppo.com> | Mon Mar 31 09:55:16 2014 +0000 |
tree | fd8aa462ff6e83ba00b9d684ff94d92c0f210cde | |
parent | 47770b7396186d6700688fd039320283e5b68501 [diff] |
Sync persist property immediately,in case of suddenly remove the battery. Change-Id: I83c5812c69db532f4675f5dbfa508e55999c8dfe
diff --git a/init/property_service.c b/init/property_service.c index fe7cbb5..eb19f93 100644 --- a/init/property_service.c +++ b/init/property_service.c
@@ -269,6 +269,7 @@ return; } write(fd, value, strlen(value)); + fsync(fd); close(fd); snprintf(path, sizeof(path), "%s/%s", PERSISTENT_PROPERTY_DIR, name);