android_system_core/libcutils
Elliott Hughes 35f5d04620 Fix early init logging.
Remove the /dev/__kmsg__ workarounds (which can then be removed
from sepolicy), and fix confusion in the translation between
android-base logging and kernel logging priorities (in particular,
where 'notice' comes in the hierarchy).

Bug: http://b/30317429
Change-Id: I6eaf9919904b6b55bc402c20bf1a4ae269014bc7
Test: adb shell dmesg | grep init
2016-07-26 09:32:33 -07:00
..
arch-arm
arch-arm64
arch-mips
arch-x86
arch-x86_64
tests libcutils: Switch to Android.bp 2016-07-12 16:37:08 -07:00
Android.bp libcutils: Switch to Android.bp 2016-07-12 16:37:08 -07:00
MODULE_LICENSE_APACHE2
NOTICE
android_reboot.c
ashmem-dev.c libcutils: abort for invalid fd 2016-02-03 15:09:20 -08:00
ashmem-host.c Don't expose ashmem constants on the host. 2016-05-13 14:47:30 -07:00
canned_fs_config.c libcutils: canned_fs_config.c drop tabs 2016-07-06 10:45:11 -07:00
config_utils.c
debugger.c
dlmalloc_stubs.c
fs.c
fs_config.c fs_config.c: Remove obsolete reference to /system/bin/pppd-ril 2015-11-30 09:17:18 -08:00
hashmap.c
iosched_policy.c Add ioprio values directly. 2016-07-18 17:01:05 -07:00
klog.cpp Fix early init logging. 2016-07-26 09:32:33 -07:00
load_file.c
multiuser.c
native_handle.c
open_memstream.c
partition_utils.c
process_name.c
properties.c
qtaguid.c Clean up CLOEXEC in qtaguid. 2016-02-19 18:13:51 -08:00
record_stream.c
sched_policy.c More secure and compiler warning fix for sprintf into snprintf 2016-04-20 02:20:50 +05:30
socket_inaddr_any_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_inaddr_any_server_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_local_unix.h libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_loopback_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_loopback_server_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_network_client_unix.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
socket_network_client_windows.c libcutils: share Windows networking code. 2016-01-15 15:57:35 -08:00
sockets.cpp libcutils: add socket_get_local_port(). 2016-02-02 09:52:02 -08:00
sockets_unix.cpp libcutils/fastboot: improve multi-buffer write. 2016-02-03 10:01:38 -08:00
sockets_windows.cpp libcutils/fastboot: improve multi-buffer write. 2016-02-03 10:01:38 -08:00
str_parms.c Suppress false positive memory leak warnings. 2016-02-04 16:38:04 -08:00
strdup8to16.c Fix misc-macro-parentheses warnings in init and other core modules. 2016-05-18 18:11:49 -07:00
strdup16to8.c
strlcpy.c
threads.c
trace-dev.c Fix incorrect handling of snprintf return value. 2016-02-25 12:46:44 -08:00
trace-host.c
uevent.c