android_system_core/libcutils
Elliott Hughes da40c00137 Log more timing information from init.
Also make important events in init's life NOTICE rather than INFO,
and ensure that NOTICE events actually make it to the kernel log.

Also fix the logging so that if you have a printf format string
error, the compiler now catches it.

Also give messages from init, ueventd, and watchdogd distinct tags.
(Previously they'd all call themselves "init", and dmesg doesn't
include pids, so you couldn't untangle them.)

Also include the tag in SELinux messages.

Bug: 19544788
Change-Id: Ica6daea065bfdb80155c52c0b06f346a7df208fe
2015-03-28 00:25:22 -07:00
..
arch-arm Add android_memset16/android_memset32 for aarch64. 2014-06-23 19:28:33 -07:00
arch-arm64 Add android_memset16/android_memset32 for aarch64. 2014-06-23 19:28:33 -07:00
arch-mips
arch-x86 Clean up memset[16,32] routines: unify files names, remove redundant wrapper 2014-09-17 18:11:18 +04:00
arch-x86_64 Clean up memset[16,32] routines: unify files names, remove redundant wrapper 2014-09-17 18:11:18 +04:00
tests Disable the static libcutils tests. 2014-11-14 10:56:34 -08:00
Android.mk Add make target for shared libcutils on host. 2015-03-24 14:46:01 -07:00
MODULE_LICENSE_APACHE2
NOTICE
android_reboot.c android_reboot should take a const char*. 2015-02-03 15:44:16 -08:00
ashmem-dev.c
ashmem-host.c Use mkstemp for host ashmem. 2015-02-09 12:49:53 -08:00
atomic.c Second attempt to "Rewrite atomic.h to use stdatomic.h." 2014-11-13 15:59:10 -08:00
config_utils.c
debugger.c Libcutils: Remove unused variable 2015-02-19 16:54:32 -08:00
dir_hash.c
dlmalloc_stubs.c Fix libcutils/dlmalloc_stubs.c build breakage. 2014-06-03 20:48:44 -07:00
fs.c fs_mkdirs: use O_NOFOLLOW and O_CLOEXEC 2014-06-16 15:40:40 -07:00
hashmap.c
iosched_policy.c Fix windows sdk build. 2014-06-13 04:09:37 +00:00
klog.c Log more timing information from init. 2015-03-28 00:25:22 -07:00
load_file.c
memory.c
multiuser.c
native_handle.c Fix native_handle_create to check if malloc fails 2014-11-03 13:48:15 -08:00
open_memstream.c Remove dead code. 2014-11-08 11:32:07 -08:00
partition_utils.c
process_name.c Fix references to HAVE_PRCTL. 2014-12-15 12:52:53 -08:00
properties.c Remove loghack.h. 2015-02-21 09:46:31 +00:00
qtaguid.c
record_stream.c
sched_policy.c am fae953eb: Merge "HAVE_ANDROID_OS implies that you have <pthread.h> and <sched.h>." 2014-12-15 02:00:31 +00:00
socket_inaddr_any_server.c
socket_local.h
socket_local_client.c Kill LOCAL_SOCKET_NAMESPACE. 2014-11-21 22:50:20 -08:00
socket_local_server.c Kill LOCAL_SOCKET_NAMESPACE. 2014-11-21 22:50:20 -08:00
socket_loopback_client.c
socket_loopback_server.c
socket_network_client.c Libcutils: Remove unused variable 2014-11-24 10:04:56 -08:00
sockets.c
str_parms.c
strdup8to16.c
strdup16to8.c
threads.c Fix mac sdk build. 2015-03-23 21:40:30 -07:00
trace.c Do not inline rarely used trace function bodies. 2014-10-14 15:37:20 -07:00
uevent.c More SOCK_CLOEXEC 2015-02-26 13:32:52 -08:00