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