summaryrefslogtreecommitdiff
path: root/libc/bionic/libc_logging.cpp
AgeCommit message (Expand)Author
2017-05-03Move libc_log code into libasync_safe.Christopher Ferris
2017-04-11Move libc_logging.cpp over to CachedProperty.Elliott Hughes
2017-04-03Break android_set_abort_message out of libc_logging.Josh Gao
2017-02-15Add __libc_format_buffer_va_list.Josh Gao
2017-02-06Improve a comment.Elliott Hughes
2016-10-07Use STDERR_FILENO instead of opening /dev/stderr.Josh Gao
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-02-27Create logging sockets with SOCK_NONBLOCK...Elliott Hughes
2016-02-26Improve FORTIFY failure diagnostics.Elliott Hughes
2016-02-18Add backtrace_string and export to libmemunreachableColin Cross
2015-12-08bionic: Build BreakageMark Salyzyn
2015-12-04Add monotonic logging for bionicMark Salyzyn
2015-07-28deprecate TARGET_USES_LOGDMark Salyzyn
2015-04-28Add float support to binary event log.Jeff Brown
2015-03-25Add O_APPEND flag for __libc_write_stderr.Yabin Cui
2015-02-05Apparently, logd does need the NULs.Elliott Hughes
2015-02-02Small logging cleanup.Elliott Hughes
2014-08-28Add GNU-compatible strerror_r.Elliott Hughes
2014-08-18Expose android_set_abort_message().Dan Albert
2014-07-28Use vsnprintf(3) in syslog(3).Elliott Hughes
2014-07-23Fix belated review comments on syslog change.Elliott Hughes
2014-07-21Rewrite syslog(3) to use Android logging.Elliott Hughes
2014-07-21__libc_fatal should print a newline to stderr.Dan Albert
2014-07-02libc_logging: Set SOCK_CLOEXEC on socketNick Kralevich
2014-07-01Write message to stderr on __libc_fatal()Dmitriy Ivanov
2014-05-14Switch to g_ for globals.Elliott Hughes
2014-05-07Send bionic's fatal logging to the crash log.Elliott Hughes
2014-05-06Change the interface for fatal logging.Elliott Hughes
2014-04-23Allow liblog to pass failure reasons to debuggerd.Elliott Hughes
2014-03-20libc: Thread IDs missing from logcat -v threadMark Salyzyn
2014-03-05libc: libc_logging 64bit compile issueMark Salyzyn
2014-02-26libc: Make calls to new user-space loggerMark Salyzyn
2013-10-15Avoid confusing "read prevented write" log messages.Elliott Hughes
2013-10-09Fix x86_64 build, clean up intermediate libraries.Elliott Hughes
2013-10-08Make logging fall back to /dev/stderr if we're on the host.Elliott Hughes
2013-06-21libc_logging: don't keep file descriptors open foreverNick Kralevich
2013-06-12Clean up abort.Elliott Hughes
2013-06-07Implement malloc_usable_size for debug impls.Christopher Ferris
2013-04-05Make abort messages available to debuggerd.Elliott Hughes
2013-03-15Clean up internal libc logging.Elliott Hughes