summaryrefslogtreecommitdiffstats
path: root/libcutils/klog.c
Commit message (Collapse)AuthorAgeFilesLines
* klog: error handling fixupsTodd Poynor2013-04-221-0/+3
| | | | Change-Id: I9014e62010c589ec30d5e99eef420353e35418b5
* klog: Have klog_write() call klog_init() if neededKen Sumrall2013-04-111-1/+4
| | | | | | 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/+60
Change-Id: Ia0f91b1fcd6cae69d76bf3dd841340958db938a8 Signed-off-by: Dima Zavin <dima@android.com>