summaryrefslogtreecommitdiffstats
path: root/liblog
Commit message (Expand)AuthorAgeFilesLines
* Merge "Version liblog LL-NDK library"Treehugger Robot2019-04-021-1/+0
|\
| * Version liblog LL-NDK libraryVic Yang2019-04-021-1/+0
* | liblog: don't return 0xFFFFFFFF as an invalid log id.Josh Gao2019-03-251-2/+4
|/
* Suppress -Wstring-plus-int warningYi Kong2019-03-181-0/+3
* __android_log_is_debuggable() shouldn't be an apex symbolTom Cherry2019-02-201-1/+1
* liblog: add stubs variantTom Cherry2019-02-202-22/+27
* Merge "liblog: make liblog_headers truly stand-alone."Elliott Hughes2019-02-161-0/+2
|\
| * liblog: make liblog_headers truly stand-alone.Elliott Hughes2019-02-131-0/+2
* | liblog: simplify socket_local_client() and always use CLOEXECTom Cherry2019-02-127-148/+30
|/
* liblog: remove visibility macrosTom Cherry2019-02-0826-192/+142
* Actually add right instant app boilerplate.Tom Cherry2019-01-291-0/+1
* Add "instant app" boilerplate.Tom Cherry2019-01-291-0/+1
* Add a version script for liblog for the platformTom Cherry2019-01-172-0/+22
* Merge "Remove liblog/uio.c and <log/uio.h>"Tom Cherry2019-01-1712-107/+13
|\
| * Remove liblog/uio.c and <log/uio.h>Tom Cherry2019-01-1612-107/+13
* | Merge "Remove __android_log_event_list and the reader aspect of android_log_e...Tom Cherry2019-01-172-44/+0
|\ \
| * | Remove __android_log_event_list and the reader aspect of android_log_event_listTom Cherry2019-01-162-44/+0
| |/
* | Fix clang-tidy warnings in log_time.hBernie Innocenti2019-01-172-12/+8
* | Merge "Remove liblog's rate limiting"Treehugger Robot2019-01-174-149/+0
|\ \
| * | Remove liblog's rate limitingTom Cherry2019-01-164-149/+0
* | | Merge "liblog: statically link tests"Tom Cherry2019-01-161-2/+2
|\ \ \ | |_|/ |/| |
| * | liblog: statically link testsTom Cherry2019-01-151-2/+2
* | | Merge "Use #pragma one for all liblog includes"Tom Cherry2019-01-1622-98/+21
|\ \ \
| * | | Use #pragma one for all liblog includesTom Cherry2019-01-1622-98/+21
* | | | Merge "Remove <log/logd.h> and <log/logger.h>"Treehugger Robot2019-01-162-10/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove <log/logd.h> and <log/logger.h>Tom Cherry2019-01-152-10/+0
| |/ /
* | | Merge "Remove checks for _USING_LIBCXX"Treehugger Robot2019-01-162-12/+2
|\ \ \ | |_|/ |/| |
| * | Remove checks for _USING_LIBCXXTom Cherry2019-01-152-12/+2
| |/
* | Merge "Remove __ANDROID_USE_LIBLOG_* guards"Treehugger Robot2019-01-167-149/+3
|\ \
| * | Remove __ANDROID_USE_LIBLOG_* guardsTom Cherry2019-01-157-149/+3
| |/
* / liblog: convert to C++Tom Cherry2019-01-1524-691/+531
|/
* liblog: remove LOGGER_LOCALTom Cherry2019-01-1013-662/+15
* Merge "liblog: convert README to markdown"Treehugger Robot2019-01-102-209/+177
|\
| * liblog: convert README to markdownTom Cherry2019-01-092-209/+177
* | Use the existing .clang-format-2 for liblogTom Cherry2019-01-091-9/+1
|/
* Merge "Add missing <android/log.h> documentation."Elliott Hughes2018-11-021-24/+28
|\
| * Add missing <android/log.h> documentation.Elliott Hughes2018-11-021-24/+28
* | Convert more modules to Android.bpDan Willemsen2018-10-313-119/+98
* | Merge "liblog: Fix memory leaks"Treehugger Robot2018-11-011-2/+10
|\ \ | |/ |/|
| * liblog: Fix memory leaksGeorge Burgess IV2018-10-031-2/+10
* | Add noexcept to move constructors and assignment operators.Chih-Hung Hsieh2018-10-051-1/+1
|/
* Declare __fake_use_va_args as a constexpr function.Chih-Hung Hsieh2018-10-021-5/+14
* Merge "liblog#__android_log_btwrite__android_logger_list_read fail"Tom Cherry2018-09-211-2/+2
|\
| * liblog#__android_log_btwrite__android_logger_list_read failYuxian Xu2018-09-131-2/+2
* | Suppress implicit-fallthrough warnings.Chih-Hung Hsieh2018-09-171-1/+2
|/
* liblog: Add functions to reset log contextSuren Baghdasaryan2018-08-024-11/+73
* Suppress gnu-zero-variadic-macro-arguments warning.Chih-Hung Hsieh2018-07-261-13/+13
* Declare __fake_use_va_args as a variadic function.Chih-Hung Hsieh2018-07-251-1/+2
* Declare __FAKE_USE_VA_ARGS as a variadic function.Chih-Hung Hsieh2018-07-231-2/+3
* Use __VA_ARGS__ when in clang static analyzer.Chih-Hung Hsieh2018-07-181-14/+26