| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Share log writing code." | Dan Albert | 2015-04-03 | 2 | -72/+12 |
|\ |
|
| * | Share log writing code. | Dan Albert | 2015-04-03 | 2 | -72/+12 |
* | | Remove LOCAL_ADDITIONAL_DEPENDENCIES in cases where it's not needed. | Elliott Hughes | 2015-04-02 | 1 | -2/+0 |
|/ |
|
* | liblog: remove internal __write_to_log_null | Mark Salyzyn | 2015-03-23 | 1 | -37/+27 |
* | liblog: reject empty logging messages | Mark Salyzyn | 2015-03-18 | 1 | -0/+4 |
* | Switch liblog to sysv-only hash style | Dmitriy Ivanov | 2015-03-13 | 1 | -1/+1 |
* | Generate gnu hash for arm only | Goran Jakovljevic | 2015-03-10 | 1 | -1/+1 |
* | Generate sysv hash for liblog | Dmitriy Ivanov | 2015-03-09 | 1 | -0/+4 |
* | Fix __android_log_assert to abort. | Elliott Hughes | 2015-03-07 | 2 | -2/+2 |
* | Revert "liblog: logprint use <endian.h>" | Mark Salyzyn | 2015-03-06 | 1 | -5/+25 |
* | liblog: build cleanup | Mark Salyzyn | 2015-03-05 | 1 | -13/+9 |
* | liblog: logprint use <endian.h> part three | Mark Salyzyn | 2015-03-04 | 2 | -1/+5 |
* | Merge changes I12d6aa4e,I9e802113,I2b30e0fc,Iaf387b9e | Mark Salyzyn | 2015-03-05 | 4 | -5/+96 |
|\ |
|
| * | liblog: Instrument logging of logd write drops | Mark Salyzyn | 2015-03-04 | 4 | -5/+96 |
* | | liblog: logprint use <endian.h> part deux | Mark Salyzyn | 2015-03-04 | 1 | -0/+1 |
|/ |
|
* | liblog: logprint use <endian.h> | Mark Salyzyn | 2015-03-04 | 1 | -25/+4 |
* | liblog: add pstore read | Mark Salyzyn | 2015-02-26 | 2 | -1/+176 |
* | liblog: introduce ANDROID_LOG_* flags | Mark Salyzyn | 2015-02-25 | 6 | -34/+35 |
* | liblog: test: ARM64: Enable 32 and 64-bit liblog_benchmark | Mark Salyzyn | 2015-02-10 | 2 | -5/+5 |
* | liblog: add __android_log_is_loggable() | Mark Salyzyn | 2015-02-09 | 4 | -1/+80 |
* | Kill HAVE_PTHREADS. | Yabin Cui | 2015-01-27 | 3 | -31/+12 |
* | liblog: add pstore write | Mark Salyzyn | 2015-01-23 | 1 | -19/+48 |
* | liblog: use private/android_logger.h | Mark Salyzyn | 2015-01-23 | 1 | -20/+13 |
* | liblog: logcat color output corrupted on 32-bit | Mark Salyzyn | 2015-01-22 | 1 | -1/+1 |
* | liblog: Add log_time += operator | Mark Salyzyn | 2015-01-05 | 1 | -0/+22 |
* | Only Windows doesn't have <sys/uio.h>. | Elliott Hughes | 2014-11-25 | 1 | -2/+2 |
* | Only Win32 doesn't have writev. | Elliott Hughes | 2014-11-25 | 1 | -2/+2 |
* | Liblog: Remove unused function | Andreas Gampe | 2014-11-24 | 1 | -9/+0 |
* | Kill LOCAL_SOCKET_NAMESPACE. | Elliott Hughes | 2014-11-21 | 1 | -3/+3 |
* | kill HAVE_LOCALTIME_R | Yabin Cui | 2014-11-13 | 3 | -6/+6 |
* | Move liblog tests and benchmarks to libc++. | Dan Albert | 2014-11-12 | 2 | -1/+1 |
* | am a1ac84cd: MingW doesn\'t handle __attribute__((weak)) for Windows PE | Adam Lesinski | 2014-10-20 | 1 | -2/+1 |
|\ |
|
| * | MingW doesn't handle __attribute__((weak)) for Windows PE | Adam Lesinski | 2014-10-20 | 1 | -2/+1 |
| * | Update for public android_set_abort_message(). | Dan Albert | 2014-08-19 | 2 | -4/+10 |
| * | Remove invalid 64-bit host objects. | Stephen Hines | 2014-07-25 | 1 | -8/+0 |
* | | Merge "Remove makefile cruft." | Dan Albert | 2014-09-12 | 1 | -4/+1 |
|\ \ |
|
| * | | Remove makefile cruft. | Dan Albert | 2014-09-12 | 1 | -4/+1 |
* | | | Add -std=gnu++11 to test cflags | Dmitriy Ivanov | 2014-09-12 | 1 | -1/+2 |
* | | | liblog: logcat: colored output. | Pierre Zurek | 2014-09-11 | 1 | -30/+78 |
|/ / |
|
* | | Fix typo: ifndef -> ifneq | Dmitriy Ivanov | 2014-08-25 | 1 | -1/+1 |
* | | Update for public android_set_abort_message(). | Dan Albert | 2014-08-18 | 2 | -4/+10 |
* | | Remove invalid 64-bit host objects. | Stephen Hines | 2014-07-22 | 1 | -8/+0 |
|/ |
|
* | logd_write: set SOCK_CLOEXEC on socket | Nick Kralevich | 2014-07-02 | 1 | -1/+1 |
* | implement LOG_EVENT_STRING | Nick Kralevich | 2014-07-01 | 2 | -0/+44 |
* | Host multilib build of both 32-bit and 64-bit libraries. | Ian Rogers | 2014-06-05 | 1 | -0/+2 |
* | liblog: test: Send bionc's fatal logging to the crash log | Mark Salyzyn | 2014-06-03 | 1 | -2/+2 |
* | liblog: cache getuid() syscall | Mark Salyzyn | 2014-06-02 | 1 | -7/+10 |
* | Address additional warnings found by GCC 4.9. | Ben Cheng | 2014-05-20 | 1 | -1/+1 |
* | liblog: set -Werror | Mark Salyzyn | 2014-05-07 | 10 | -93/+62 |
* | Remove unused LOCAL_LDLIBS. | Ying Wang | 2014-05-07 | 2 | -9/+0 |