1. e181bf5 Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  2. 0658547 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  3. 804e7d8 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  4. 6a46240 Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  5. c2ea6e7 Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  6. 6f6ef39 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  7. 4f82461 Merge "Use #pragma one for all liblog includes" by Tom Cherry · 6 years ago
  8. 1d69860 Merge "Remove <log/logd.h> and <log/logger.h>" by Treehugger Robot · 6 years ago
  9. bab5220 Use #pragma one for all liblog includes by Tom Cherry · 6 years ago
  10. 3a4591c Merge "Remove checks for _USING_LIBCXX" by Treehugger Robot · 6 years ago
  11. 3b4bddc Remove liblog's rate limiting by Tom Cherry · 6 years ago
  12. e780431 Merge "Remove __ANDROID_USE_LIBLOG_* guards" by Treehugger Robot · 6 years ago
  13. a6d5998 Remove <log/logd.h> and <log/logger.h> by Tom Cherry · 6 years ago
  14. 1e1b915 Remove __ANDROID_USE_LIBLOG_* guards by Tom Cherry · 6 years ago
  15. e5b6150 Remove checks for _USING_LIBCXX by Tom Cherry · 6 years ago
  16. 71ba164 liblog: convert to C++ by Tom Cherry · 6 years ago
  17. d1febd3 liblog: remove LOGGER_LOCAL by Tom Cherry · 6 years ago
  18. a38c2b6 Add missing <android/log.h> documentation. by Elliott Hughes · 6 years ago
  19. 9cb232b Declare __fake_use_va_args as a constexpr function. by Chih-Hung Hsieh · 6 years ago
  20. bb20b9e liblog: Add functions to reset log context by Suren Baghdasaryan · 6 years ago
  21. cd3965e Suppress gnu-zero-variadic-macro-arguments warning. by Chih-Hung Hsieh · 6 years ago
  22. 62b0ef5 Declare __fake_use_va_args as a variadic function. by Chih-Hung Hsieh · 6 years ago
  23. 67f72bd Declare __FAKE_USE_VA_ARGS as a variadic function. by Chih-Hung Hsieh · 6 years ago
  24. fdd3f5e Use __VA_ARGS__ when in clang static analyzer. by Chih-Hung Hsieh · 6 years ago
  25. c8d09dd [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  26. c1a1562 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  27. a2df1ef Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  28. 55a7671 Add missing @addtogroup tags. by Dan Albert · 7 years ago
  29. 73ac28b Expose __android_log_buf_print and __android_log_buf_write to NDK by Tom Cherry · 7 years ago
  30. 65725ac Doxygen format <android/log.h>. by Elliott Hughes · 7 years ago
  31. b0e17c9 Improve ALOGV compatiblity with clang-tidy by Krzysztof Wesolowski · 7 years ago
  32. 701a065 Create stats buffer in logd. by Stefan Lafon · 7 years ago
  33. 12f56a0 Make liblog headers compile stand-alone. by Jayant Chowdhary · 7 years ago
  34. 0d04764 Hide implementation details of log_time struct by Jiyong Park · 7 years ago
  35. e2c5180 Add sys/cdefs.h to log/log_main.h. by Yifan Hong · 7 years ago
  36. 85244e8 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 7 years ago
  37. 58e06c5 Use void instead of no parameters in 2 function declarations. by Ian Elliott · 7 years ago
  38. e09e9a5 liblog: add bool to android_log_event_list by Mark Salyzyn · 7 years ago
  39. 6432840 liblog: __android_log_error_write in vndk by Steven Moreland · 7 years ago
  40. 0dd92d5 liblog: log_time add usec() and msec() by Mark Salyzyn · 8 years ago
  41. f358bed Merge "libcutils: compile with BOARD_VNDK_VERSION current" by Treehugger Robot · 8 years ago
  42. d87d47f liblog: log_time add explicit to some constructors. by Mark Salyzyn · 8 years ago
  43. d73be1b libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 8 years ago
  44. 7ecfd6a liblog: android_log_event_list class permit -EBUSY retry by Mark Salyzyn · 8 years ago
  45. 81321a7 liblog: replace "frontend" with "transport" by Mark Salyzyn · 8 years ago
  46. 2ed51d7 liblog: specify clang format by Mark Salyzyn · 8 years ago
  47. 4d99c98 liblog: add LOGGER_STDERR frontend by Mark Salyzyn · 8 years ago
  48. 7100288 liblog: add local_logger by Mark Salyzyn · 9 years ago
  49. 62d0d2d liblog: add logprint to host build by Mark Salyzyn · 9 years ago
  50. 850d06e liblog: Add android_set_log_frontend by Mark Salyzyn · 10 years ago
  51. c9e5f37 liblog: add android_lookupEventTagNum by Mark Salyzyn · 8 years ago
  52. 9b4d7e1 logcat: test: inject() tuning by Mark Salyzyn · 8 years ago
  53. 21de8ac liblog: add log/log_read.h by Mark Salyzyn · 8 years ago
  54. 52c140c liblog: add log/log_time.h by Mark Salyzyn · 8 years ago
  55. dd61659 liblog: add log/log_system.h by Mark Salyzyn · 8 years ago
  56. c89fea4 liblog: add log/log_radio.h by Mark Salyzyn · 8 years ago
  57. 3cdbdd5 liblog: add log/log_id.h by Mark Salyzyn · 8 years ago
  58. 5c967da ndk: reverse course on android/log.h by Mark Salyzyn · 8 years ago
  59. 651f838 Revert "Revert "Exporting C headers from system/core"" by Vijay Venkatraman · 8 years ago
  60. a3f2be2 Revert "Exporting C headers from system/core" by Vijay Venkatraman · 8 years ago
  61. 3c6763c Exporting C headers from system/core by Vijay Venkatraman · 8 years ago