summaryrefslogtreecommitdiffstats
path: root/libc/bionic/libc_logging.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add float support to binary event log.Jeff Brown2015-04-281-0/+1
* Add O_APPEND flag for __libc_write_stderr.Yabin Cui2015-03-251-1/+1
* Apparently, logd does need the NULs.Elliott Hughes2015-02-051-4/+4
* Small logging cleanup.Elliott Hughes2015-02-021-13/+11
* Add GNU-compatible strerror_r.Elliott Hughes2014-08-281-6/+8
* Expose android_set_abort_message().Dan Albert2014-08-181-2/+3
* Use vsnprintf(3) in syslog(3).Elliott Hughes2014-07-281-4/+0
* Fix belated review comments on syslog change.Elliott Hughes2014-07-231-1/+2
* Rewrite syslog(3) to use Android logging.Elliott Hughes2014-07-211-0/+3
* __libc_fatal should print a newline to stderr.Dan Albert2014-07-211-1/+5
* libc_logging: Set SOCK_CLOEXEC on socketNick Kralevich2014-07-021-1/+1
* Write message to stderr on __libc_fatal()Dmitriy Ivanov2014-07-011-1/+2
* Switch to g_ for globals.Elliott Hughes2014-05-141-2/+2
* Send bionic's fatal logging to the crash log.Elliott Hughes2014-05-071-1/+1
* Change the interface for fatal logging.Elliott Hughes2014-05-061-23/+26
* Allow liblog to pass failure reasons to debuggerd.Elliott Hughes2014-04-231-4/+13
* libc: Thread IDs missing from logcat -v threadMark Salyzyn2014-03-201-20/+26
* libc: libc_logging 64bit compile issueMark Salyzyn2014-03-051-4/+15
* libc: Make calls to new user-space loggerMark Salyzyn2014-02-261-10/+96
* Avoid confusing "read prevented write" log messages.Elliott Hughes2013-10-151-1/+1
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-2/+2
* Make logging fall back to /dev/stderr if we're on the host.Elliott Hughes2013-10-081-0/+25
* libc_logging: don't keep file descriptors open foreverNick Kralevich2013-06-211-12/+10
* Clean up abort.Elliott Hughes2013-06-121-4/+14
* Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-071-1/+1
* Make abort messages available to debuggerd.Elliott Hughes2013-04-051-215/+179
* Clean up internal libc logging.Elliott Hughes2013-03-151-0/+562