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