summaryrefslogtreecommitdiffstats
path: root/include/cutils/klog.h
Commit message (Collapse)AuthorAgeFilesLines
* Log more timing information from init.Elliott Hughes2015-03-281-1/+3
| | | | | | | | | | | | | | | | | 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
* am db480f75: am 6a58c4f3: am 33e86e00: Merge "libcutils: add method to get ↵Alex Ray2014-03-081-0/+1
|\ | | | | | | | | | | | | klog level" * commit 'db480f7516977123a0c5c6f6705b282d2e55ab89': libcutils: add method to get klog level
| * libcutils: add method to get klog levelAlex Ray2014-03-071-0/+1
| | | | | | | | Change-Id: I55e8311bae97703be26e57b415a8ab0a6d9b4361
* | am f10492d8: am 066cde92: am 223e0798: Merge "Enable building init with ↵Nick Kralevich2014-02-191-5/+13
|\ \ | |/ | | | | | | | | | | -Wall -Werror." * commit 'f10492d8c0c907fad6f87c871fec6b2fac41a02c': Enable building init with -Wall -Werror.
| * Enable building init with -Wall -Werror.Stephen Smalley2014-02-191-5/+13
| | | | | | | | | | | | | | | | Eliminates various warnings from SELinux-related code. Bug: 12587913 Change-Id: I28921f0ebd934324436609540d95ccef58552b64 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
* | Remove non-existing klog_close()Dmitry Shmidt2013-09-271-1/+1
|/ | | | | Change-Id: I49f6047b3f6d90ffa1601bd9348ae69d87b63aed Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* klog: Have klog_write() call klog_init() if neededKen Sumrall2013-04-111-0/+6
| | | | | | Also change klog_init() to do nothing if already initialized. Change-Id: Ia2dfe914c9d9fd119fb8939508d57b15c9884663
* init/cutils: move kernel logging interface to libcutils from initDima Zavin2011-09-021-0/+34
Change-Id: Ia0f91b1fcd6cae69d76bf3dd841340958db938a8 Signed-off-by: Dima Zavin <dima@android.com>