No description
Find a file
Tom Cherry 1ab3dfcab4 Reland^2: "init: run property service in a thread"
It's been a long standing issue that init cannot respond to property
set messages when it is running a builtin command.  This is
particularly problematic when the commands involve IPC to vold or
other daemons, as it prevents them from being able to set properties.

This change has init run property service in a thread, which
eliminates the above issue.

This change may also serve as a starting block to running property
service in an entirely different process to better isolate init from
handling property requests.

Reland: during reboot, init stops processing property_changed messages
from property service, since it will not act on these anyway.  This
had an unexpected effect of causing future property_set calls to block
indefinitely, since the buffer between init and property_service was
filling up and the send() call from property_service would then
block.  This change has init tell property_service to stop sending it
property_changed messages once reboot begins.

Test: CF boots, walleye boots, properties are set appropriately
Change-Id: I26902708e8be788caa6dbcf4b6d2968d90962785
2019-09-05 14:42:58 -07:00
adb Merge changes Iacf0093a,I40be3504 2019-08-20 13:40:55 -07:00
base Improve codegen slightly when doing FD validity checks 2019-09-04 13:46:50 -07:00
bootstat Merge "bootstat: power_on* handling" 2019-07-15 08:59:33 -07:00
cpio Switch from dist-for-goals to dist in Android.bp 2018-11-19 23:06:12 -08:00
debuggerd Mark some tests as requiring root. 2019-08-27 16:09:32 -07:00
deprecated-adf adf: rename. 2019-02-14 16:30:24 -08:00
diagnose_usb
fastboot Merge "fastboot: preserve partition_type if wants_wipe=true" 2019-08-29 20:24:52 +00:00
fs_mgr Merge "libsnapshot: Refactor CreateLogicalAndSnapshotPartitions" 2019-09-04 21:55:39 +00:00
gatekeeperd Gatekeeperd maintenance 2019-06-27 11:32:57 -07:00
healthd Implement sysprop_library API stability check 2019-08-23 06:29:38 +00:00
include
init Reland^2: "init: run property service in a thread" 2019-09-05 14:42:58 -07:00
janitors Add the two best build system janitors. 2019-03-25 10:25:13 -07:00
libappfuse Close /dev/fuse FD before calling onClosed 2019-05-31 17:06:52 +01:00
libasyncio Revert "Mark libs as double_loadable" 2019-03-11 14:10:34 +00:00
libbacktrace Move to the libc++ demangler. 2019-07-18 17:57:04 -07:00
libbinderwrapper
libcrypto_utils Convert more modules to Android.bp 2018-10-31 21:53:37 -07:00
libcutils Merge "DO NOT MERGE - Merge Android 10 into master" 2019-09-05 16:53:23 +00:00
libdiskconfig
libgrallocusage Merge "Build both static and shared lib." 2018-09-25 22:29:31 +00:00
libion libion: make tests work with Ion from common kernel. 2019-07-30 14:40:24 -07:00
libkeyutils mini-keyctl: fix key id parsing by "0x" prefix 2019-04-15 15:19:08 -07:00
liblog liblog: run liblog#enoent only as root 2019-09-04 13:39:06 -07:00
libmeminfo Fix incorrect closing of fds. 2019-08-09 14:03:30 -07:00
libmemtrack Revert "Mark libs as double_loadable" 2019-03-11 14:10:34 +00:00
libmemunreachable Merge "Mark some tests as requiring root." 2019-08-27 19:59:55 -07:00
libmetricslogger DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master 2018-12-11 14:46:12 -08:00
libmodprobe libmodprobe: add verbose mode 2019-08-07 10:44:32 -07:00
libnativebridge Update OWNERS for libnativebridge 2019-02-13 19:20:59 +09:00
libnativeloader Update paths and names for the new ART APEX. 2019-08-30 17:47:31 +01:00
libnetutils Refactor OWNERS files for Android Core Networking 2019-02-12 13:25:13 +08:00
libpackagelistparser libpackageparser: C rules for bools. 2019-08-12 12:43:34 -07:00
libpixelflinger Mark gglMulx and gglMulAddx as always_inline 2019-02-14 11:59:48 -08:00
libprocessgroup Let blkio cgroup follow sched_policy 2019-08-29 03:51:32 +00:00
libprocinfo Add ReadMapFileAsyncSafe function. 2019-08-23 10:07:44 -07:00
libqtaguid
libsparse libsparse: replace legacy min() with std::min() 2019-08-15 14:07:51 +08:00
libstats Merge "libstats: remove _USING_LIBCXX." 2019-08-06 12:39:52 -07:00
libsuspend Remove libsuspend from VNDK. 2018-08-14 13:39:55 -07:00
libsync Enable native_bridge_support for libsync 2019-05-15 12:40:33 +02:00
libsystem Merge changes I8186718c,I8d6f33e9,I56fe5e11,Ie4004c98,I531d3d60, ... am: b26696e2dd 2019-05-21 02:24:56 -07:00
libsysutils Make the SocketListener control pipe O_CLOEXEC. 2019-05-08 21:02:57 -07:00
libunwindstack Add test mapping to run the libunwind tests. 2019-09-03 13:32:51 -07:00
libusbhost Revert "Mark libs as double_loadable" 2019-03-11 14:10:34 +00:00
libutils Revert "Reland "libutils: Introduce StaticString16""" 2019-08-30 23:50:38 +00:00
libvndksupport Make android_load_sphal_library thread-safe 2019-07-15 13:58:51 -07:00
libziparchive Avoid using data descriptors in ZIP files when possible. 2019-07-23 06:58:53 +00:00
llkd llkd: do not call sync() 2019-01-10 12:52:35 -08:00
lmkd Merge "lmkd: Prevent non-main threads being registered or killed by lmkd" 2019-07-12 13:39:47 -07:00
logcat logcat: switch to <regex>. 2019-08-08 08:53:59 -07:00
logd logd: Allow setDropped() to be called on already dropped messages 2019-08-23 14:58:14 -07:00
logwrapper
property_service init: ro.boottime.init.first_stage 2019-05-08 16:07:10 +00:00
qemu_pipe
reboot
rootdir Merge "Limit the compat symlinks to ART binaries." 2019-09-05 19:33:38 +00:00
run-as run-as: improve diagnostics on failure. 2019-03-13 11:16:03 -07:00
sdcard Move layout_version to /data/misc/installd 2019-08-21 10:12:18 -07:00
shell_and_utilities Include ldd in /system/bin. 2019-07-25 12:47:34 -07:00
storaged Do not access ext_csd register in debugfs from storaged 2019-08-16 14:30:09 -07:00
toolbox toolbox: add modprobe 2019-08-06 13:58:13 -07:00
trusty Replace legacy trusty gatekeeper HAL with HIDLized version 2019-06-27 11:32:57 -07:00
usbd usbd: Exit in case of charger mode. 2019-06-20 12:13:31 -07:00
watchdogd Move watchdogd out of init 2018-08-02 12:25:58 -07:00
.clang-format
.clang-format-2 Move clang-formats to build. 2019-01-18 14:26:33 -08:00
.clang-format-4 Move clang-formats to build. 2019-01-18 14:26:33 -08:00
.gitignore
Android.bp
CleanSpec.mk Rename product_services to system_ext 2019-07-09 08:56:53 +00:00
MODULE_LICENSE_APACHE2
NOTICE
OWNERS
PREUPLOAD.cfg
TEST_MAPPING Add init_tests to CTS 2019-08-22 08:37:55 -07:00