summaryrefslogtreecommitdiffstats
path: root/liblog/include
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove liblog/uio.c and <log/uio.h>"Tom Cherry2019-01-172-48/+0
|\
| * Remove liblog/uio.c and <log/uio.h>Tom Cherry2019-01-162-48/+0
* | 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-171-10/+6
* | Merge "Remove liblog's rate limiting"Treehugger Robot2019-01-171-27/+0
|\ \ | |/ |/|
| * Remove liblog's rate limitingTom Cherry2019-01-161-27/+0
* | Merge "Use #pragma one for all liblog includes"Tom Cherry2019-01-1615-68/+15
|\ \
| * | Use #pragma one for all liblog includesTom Cherry2019-01-1615-68/+15
* | | 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-166-147/+3
|\ \
| * | Remove __ANDROID_USE_LIBLOG_* guardsTom Cherry2019-01-156-147/+3
| |/
* / liblog: convert to C++Tom Cherry2019-01-152-8/+8
|/
* liblog: remove LOGGER_LOCALTom Cherry2019-01-101-1/+1
* Add missing <android/log.h> documentation.Elliott Hughes2018-11-021-24/+28
* Declare __fake_use_va_args as a constexpr function.Chih-Hung Hsieh2018-10-021-5/+14
* liblog: Add functions to reset log contextSuren Baghdasaryan2018-08-021-0/+7
* 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
* [logd] Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-1/+1
* Modernize codebase by replacing NULL with nullptrYi Kong2018-07-131-1/+1
* Do not customize __format__ for Windows/MinGW to gnu_printfPirama Arumuga Nainar2018-06-251-24/+0
* Add missing @addtogroup tags.Dan Albert2018-04-131-0/+7
* Expose __android_log_buf_print and __android_log_buf_write to NDKTom Cherry2018-02-201-0/+30
* Doxygen format <android/log.h>.Elliott Hughes2018-01-261-21/+44
* Improve ALOGV compatiblity with clang-tidyKrzysztof Wesolowski2018-01-111-2/+4
* Create stats buffer in logd.Stefan Lafon2017-11-142-2/+5
* Make liblog headers compile stand-alone.Jayant Chowdhary2017-10-031-0/+2
* Hide implementation details of log_time structJiyong Park2017-10-031-3/+7
* Add sys/cdefs.h to log/log_main.h.Yifan Hong2017-09-061-6/+3
* Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2017-08-011-2/+2
* Use void instead of no parameters in 2 function declarations.Ian Elliott2017-07-071-2/+2
* liblog: add bool to android_log_event_listMark Salyzyn2017-06-051-0/+6
* liblog: __android_log_error_write in vndkSteven Moreland2017-05-012-25/+45
* liblog: log_time add usec() and msec()Mark Salyzyn2017-04-191-0/+10
* Merge "libcutils: compile with BOARD_VNDK_VERSION current"Treehugger Robot2017-04-182-2/+35
|\
| * libcutils: compile with BOARD_VNDK_VERSION currentSteven Moreland2017-04-172-2/+35
* | liblog: log_time add explicit to some constructors.Mark Salyzyn2017-04-171-8/+7
|/
* liblog: android_log_event_list class permit -EBUSY retryMark Salyzyn2017-04-131-3/+7
* liblog: replace "frontend" with "transport"Mark Salyzyn2017-03-091-7/+7
* liblog: specify clang formatMark Salyzyn2017-03-0914-722/+718
* liblog: add LOGGER_STDERR frontendMark Salyzyn2017-03-081-5/+6
* liblog: add local_loggerMark Salyzyn2017-02-081-0/+1
* liblog: add logprint to host buildMark Salyzyn2017-02-083-0/+12
* liblog: Add android_set_log_frontendMark Salyzyn2017-02-081-0/+33