1. 58f4025 liblog: enable tests accidentally disabled by Tom Cherry · 5 years ago
  2. f474bd2 liblog: Remove stdbool.h from .cpp files by Tom Cherry · 5 years ago
  3. 827c93c Remove an ancient spam-busting hack from logd. by Elliott Hughes · 9 years ago
  4. 629b22b Fix format string for new google benchmark by Haibo Huang · 5 years ago
  5. 7bad46b Enable native_bridge_support by dimitry · 5 years ago
  6. d6c3c88 Merge "Workaround bad markdown parser." by Treehugger Robot · 5 years ago
  7. 333a898 Workaround bad markdown parser. by Dan Albert · 5 years ago
  8. 425317b liblog: display valid utf8 characters with 'printable' log format by Tom Cherry · 5 years ago
  9. 56b3743 liblog: remove LIBLOG_WEAK by Tom Cherry · 5 years ago
  10. c149a1e Merge "Version liblog LL-NDK library" by Treehugger Robot · 5 years ago
  11. 7c5ba9f Version liblog LL-NDK library by Vic Yang · 5 years ago
  12. d4c1a03 liblog: don't return 0xFFFFFFFF as an invalid log id. by Josh Gao · 5 years ago
  13. 92a6bae Suppress -Wstring-plus-int warning by Yi Kong · 5 years ago
  14. 7f0d1cc __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 5 years ago
  15. cc1701d liblog: add stubs variant by Tom Cherry · 5 years ago
  16. 53472fc Merge "liblog: make liblog_headers truly stand-alone." by Elliott Hughes · 5 years ago
  17. 02f0e9c liblog: make liblog_headers truly stand-alone. by Elliott Hughes · 5 years ago
  18. 96e06ea liblog: simplify socket_local_client() and always use CLOEXEC by Tom Cherry · 5 years ago
  19. 3d6a878 liblog: remove visibility macros by Tom Cherry · 5 years ago
  20. 0de2ab8 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  21. 3277848 Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  22. d3c83f6 Add a version script for liblog for the platform by Tom Cherry · 6 years ago
  23. 771acec Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  24. 4c287a7 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  25. 440e035 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  26. e78af0c Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  27. 55721f7 Merge "liblog: statically link tests" by Tom Cherry · 6 years ago
  28. 0d2f6bb Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  29. ebebf69 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  30. 07c41cd Merge "Use #pragma one for all liblog includes" by Tom Cherry · 6 years ago
  31. 62a4033 Merge "Remove <log/logd.h> and <log/logger.h>" by Treehugger Robot · 6 years ago
  32. e336018 Use #pragma one for all liblog includes by Tom Cherry · 6 years ago
  33. 467ceb4 Merge "Remove checks for _USING_LIBCXX" by Treehugger Robot · 6 years ago
  34. b796888 Remove liblog's rate limiting by Tom Cherry · 6 years ago
  35. bbe5aba Merge "Remove __ANDROID_USE_LIBLOG_* guards" by Treehugger Robot · 6 years ago
  36. 8df2008 Remove <log/logd.h> and <log/logger.h> by Tom Cherry · 6 years ago
  37. fecdad5 Remove __ANDROID_USE_LIBLOG_* guards by Tom Cherry · 6 years ago
  38. 6efe3ba Remove checks for _USING_LIBCXX by Tom Cherry · 6 years ago
  39. f623f02 liblog: convert to C++ by Tom Cherry · 6 years ago
  40. 18311e3 liblog: statically link tests by Tom Cherry · 6 years ago
  41. 603188e liblog: remove LOGGER_LOCAL by Tom Cherry · 6 years ago
  42. 046dc32 Merge "liblog: convert README to markdown" by Treehugger Robot · 6 years ago
  43. c05f2c7 liblog: convert README to markdown by Tom Cherry · 6 years ago
  44. dd88a26 Use the existing .clang-format-2 for liblog by Tom Cherry · 6 years ago
  45. b0cb734 Merge "Add missing <android/log.h> documentation." by Elliott Hughes · 6 years ago
  46. cfec0ad Add missing <android/log.h> documentation. by Elliott Hughes · 6 years ago
  47. 6a207b1 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  48. e294420 Merge "liblog: Fix memory leaks" by Treehugger Robot · 6 years ago
  49. 96aeb62 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  50. 32851b2 liblog: Fix memory leaks by George Burgess IV · 6 years ago
  51. c541987 Declare __fake_use_va_args as a constexpr function. by Chih-Hung Hsieh · 6 years ago
  52. abe7650 Merge "liblog#__android_log_btwrite__android_logger_list_read fail" by Tom Cherry · 6 years ago
  53. 6d46142 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  54. e4b5cc1 liblog#__android_log_btwrite__android_logger_list_read fail by Yuxian Xu · 6 years ago
  55. 230ddbd liblog: Add functions to reset log context by Suren Baghdasaryan · 6 years ago
  56. bff0dfa Suppress gnu-zero-variadic-macro-arguments warning. by Chih-Hung Hsieh · 6 years ago
  57. b19450a Declare __fake_use_va_args as a variadic function. by Chih-Hung Hsieh · 6 years ago
  58. b891df8 Declare __FAKE_USE_VA_ARGS as a variadic function. by Chih-Hung Hsieh · 6 years ago
  59. eb39f2c Use __VA_ARGS__ when in clang static analyzer. by Chih-Hung Hsieh · 6 years ago
  60. 36feb15 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  61. ab081c7 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  62. 8e87814 Merge changes from topic "mingw-clang" by Treehugger Robot · 6 years ago
  63. 42dd15e Do not customize __format__ for Windows/MinGW to gnu_printf by Pirama Arumuga Nainar · 6 years ago
  64. 65fbdf2 Remove pstore case ibc.__pstore_append from CTS by chenhg · 6 years ago
  65. c8d83f6 logd: remove failing test. by Elliott Hughes · 6 years ago
  66. 027c687 liblog: expect content only if ro.logd.kernel is enabled by Mark Salyzyn · 6 years ago
  67. 0f8e137 Work around b/24465209, do not pack relocation table. by Chih-Hung Hsieh · 6 years ago
  68. 0be55ff Merge "Work around b/24465209, do not use clang lld" by Chih-hung Hsieh · 6 years ago
  69. 8dcff20 Work around b/24465209, do not use clang lld by Chih-Hung Hsieh · 6 years ago
  70. fb925ed Merge "Simplify code" by Treehugger Robot · 6 years ago
  71. 3d8ca6b Simplify code by George Burgess IV · 6 years ago
  72. ac945a2 Mark as recovery_available: true by Jiyong Park · 6 years ago
  73. 0802d1a Add missing @addtogroup tags. by Dan Albert · 6 years ago
  74. f85c523 liblog: save errno through log writing by Mark Salyzyn · 6 years ago
  75. 00a359e Expose __android_log_buf_print and __android_log_buf_write to NDK by Tom Cherry · 6 years ago
  76. 792f8c1 Make log_event_list.h available to vendor code. by Pavel Grafov · 6 years ago
  77. 188a21c Doxygen format <android/log.h>. by Elliott Hughes · 6 years ago
  78. 91d5a8a Fixing app compat issue b/72143978 by Ian Pedowitz · 7 years ago
  79. 952a58b liblog: clock_gettime, clock_getres and time benchmarks by Mark Salyzyn · 7 years ago
  80. cecd60d liblog: benchmarks use google-benchmark library by Mark Salyzyn · 7 years ago
  81. 9911175 Improve ALOGV compatiblity with clang-tidy by Krzysztof Wesolowski · 7 years ago
  82. 00fe801 Remove obsolete workaround. by Elliott Hughes · 7 years ago
  83. 09e9026 Use override_export_include_dirs. by Steven Moreland · 7 years ago
  84. f9368c9 Add suite component to test modules by Julien Desprez · 7 years ago
  85. a611a2d Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  86. 580310a Add OWNERS. by Elliott Hughes · 7 years ago
  87. 10da1d1 Merge "make log.tag.stats_log work for stats buffer." am: b1c61515ab by Yao Chen · 7 years ago
  88. b1c6151 Merge "make log.tag.stats_log work for stats buffer." by Treehugger Robot · 7 years ago
  89. 36eacf8 make log.tag.stats_log work for stats buffer. by Yao Chen · 7 years ago
  90. 372e425 Merge "std::string_view is no longer experimental." am: c8022a3efc by Elliott Hughes · 7 years ago
  91. 3d37a96 std::string_view is no longer experimental. by Elliott Hughes · 7 years ago
  92. 7a0d0e1 Merge changes from topic "stats_log" am: 68f2c85354 by yaochen · 7 years ago
  93. 5f25ab9 Create stats buffer in logd. by Stefan Lafon · 7 years ago
  94. 366f1bd Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 7 years ago
  95. 927c8b7 Allow stats buffer to be empty in liblog CTS. by Yao Chen · 7 years ago
  96. 5a5d263 Add vendor_available to liblog_headers. by Steven Moreland · 7 years ago
  97. a342874 Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: cde670b478 by Jayant Chowdhary · 7 years ago
  98. cde670b Merge "Make liblog headers compile stand-alone." am: fe3551e9dc by Jayant Chowdhary · 7 years ago
  99. 08e3f7f Make liblog headers compile stand-alone. by Jayant Chowdhary · 7 years ago
  100. 98298c5 Merge "Hide implementation details of log_time struct" am: fc6b5efcd9 by Jayant Chowdhary · 7 years ago