summaryrefslogtreecommitdiffstats
path: root/liblog
Commit message (Expand)AuthorAgeFilesLines
* liblog: logprint use <endian.h>Mark Salyzyn2015-03-041-25/+4
* liblog: add pstore readMark Salyzyn2015-02-262-1/+176
* liblog: introduce ANDROID_LOG_* flagsMark Salyzyn2015-02-256-34/+35
* liblog: test: ARM64: Enable 32 and 64-bit liblog_benchmarkMark Salyzyn2015-02-102-5/+5
* liblog: add __android_log_is_loggable()Mark Salyzyn2015-02-094-1/+80
* Kill HAVE_PTHREADS.Yabin Cui2015-01-273-31/+12
* liblog: add pstore writeMark Salyzyn2015-01-231-19/+48
* liblog: use private/android_logger.hMark Salyzyn2015-01-231-20/+13
* liblog: logcat color output corrupted on 32-bitMark Salyzyn2015-01-221-1/+1
* liblog: Add log_time += operatorMark Salyzyn2015-01-051-0/+22
* Only Windows doesn't have <sys/uio.h>.Elliott Hughes2014-11-251-2/+2
* Only Win32 doesn't have writev.Elliott Hughes2014-11-251-2/+2
* Liblog: Remove unused functionAndreas Gampe2014-11-241-9/+0
* Kill LOCAL_SOCKET_NAMESPACE.Elliott Hughes2014-11-221-3/+3
* kill HAVE_LOCALTIME_RYabin Cui2014-11-133-6/+6
* Move liblog tests and benchmarks to libc++.Dan Albert2014-11-112-1/+1
* am a1ac84cd: MingW doesn\'t handle __attribute__((weak)) for Windows PEAdam Lesinski2014-10-201-2/+1
|\
| * MingW doesn't handle __attribute__((weak)) for Windows PEAdam Lesinski2014-10-201-2/+1
| * Update for public android_set_abort_message().Dan Albert2014-08-192-4/+10
| * Remove invalid 64-bit host objects.Stephen Hines2014-07-251-8/+0
* | Merge "Remove makefile cruft."Dan Albert2014-09-121-4/+1
|\ \
| * | Remove makefile cruft.Dan Albert2014-09-121-4/+1
* | | Add -std=gnu++11 to test cflagsDmitriy Ivanov2014-09-121-1/+2
* | | liblog: logcat: colored output.Pierre Zurek2014-09-111-30/+78
|/ /
* | Fix typo: ifndef -> ifneqDmitriy Ivanov2014-08-251-1/+1
* | Update for public android_set_abort_message().Dan Albert2014-08-182-4/+10
* | Remove invalid 64-bit host objects.Stephen Hines2014-07-221-8/+0
|/
* logd_write: set SOCK_CLOEXEC on socketNick Kralevich2014-07-031-1/+1
* implement LOG_EVENT_STRINGNick Kralevich2014-07-012-0/+44
* Host multilib build of both 32-bit and 64-bit libraries.Ian Rogers2014-06-051-0/+2
* liblog: test: Send bionc's fatal logging to the crash logMark Salyzyn2014-06-031-2/+2
* liblog: cache getuid() syscallMark Salyzyn2014-06-021-7/+10
* Address additional warnings found by GCC 4.9.Ben Cheng2014-05-201-1/+1
* liblog: set -WerrorMark Salyzyn2014-05-0710-93/+62
* Remove unused LOCAL_LDLIBS.Ying Wang2014-05-072-9/+0
* Switch to the new bionic fatal logging interface.Elliott Hughes2014-05-062-12/+14
* liblog: logcat: Move library print test into gTestMark Salyzyn2014-05-022-85/+70
* liblog: test bionic libc_logging.cppMark Salyzyn2014-04-252-3/+153
* logd: liblog: ALOG silently drops excessively long messagesMark Salyzyn2014-04-242-14/+86
* Merge "Improve liblog's fatal logging."Elliott Hughes2014-04-242-2/+14
|\
| * Improve liblog's fatal logging.Elliott Hughes2014-04-242-2/+14
* | liblog: Statistics truncated to 16384 bytesMark Salyzyn2014-04-211-2/+37
|/
* logd: liblog: logcat: debuggerd: Add LOG_ID_CRASHMark Salyzyn2014-04-164-4/+10
* Fix signed vs unsigned comparison.Ben Cheng2014-04-111-1/+1
* logd: liblog: logcat: enable prune features for userMark Salyzyn2014-04-023-20/+0
* Merge "liblog: deal with restart of logd"Mark Salyzyn2014-03-262-39/+102
|\
| * liblog: deal with restart of logdMark Salyzyn2014-03-262-39/+102
* | liblog: test for LOGGER_ENTRY_MAX_PAYLOAD complianceMark Salyzyn2014-03-261-23/+259
|/
* logd: liblog: Thread IDs missing from logcat -v threadMark Salyzyn2014-03-211-7/+30
* liblog: improve errno handling on read failureGreg Hackmann2014-03-171-3/+7