1. c74afea Merge changes Id67203bb,I0c1dd57f by Tom Cherry · 4 years, 8 months ago
  2. cd61376 Merge "liblog: fix header guards ordering" by Tom Cherry · 4 years, 8 months ago
  3. 6085cd5 liblog: move LOG_ID_DEFAULT into the log_id enum by Tom Cherry · 4 years, 8 months ago
  4. f1a975b liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 4 years, 8 months ago
  5. 227ac56 liblog: fix header guards ordering by Tom Cherry · 4 years, 8 months ago
  6. 95b6f45 don't include liblog to APEXes by Jiyong Park · 4 years, 8 months ago
  7. 59e93a5 liblog: add API level guard to NDK log.h header by Tom Cherry · 4 years, 8 months ago
  8. 2401f5f Merge "Set apex_available property" by Treehugger Robot · 4 years, 8 months ago
  9. bbb1602 liblog: minimum_log_priority should be atomic by Tom Cherry · 4 years, 8 months ago
  10. 8bf9b16 Set apex_available property by Jiyong Park · 4 years, 8 months ago
  11. 8974442 Merge "Revert "Fixed a typo in the version name"" by Ian Kasprzak · 4 years, 8 months ago
  12. e6e87fd Revert "Fixed a typo in the version name" by Ian Kasprzak · 4 years, 8 months ago
  13. fd4e662 Merge "Fixed a typo in the version name" by Jiyong Park · 4 years, 8 months ago
  14. dfdbae0 liblog: Fix bugprone-macro-parentheses warnings by Luca Stefani · 4 years, 8 months ago
  15. eb94c78 Fixed a typo in the version name by Jiyong Park · 4 years, 8 months ago
  16. cfcf684 Revert "liblog: disable header_abi_checker" by Tom Cherry · 4 years, 8 months ago
  17. 662b469 liblog: add benchmark tests for not-printed message by Tom Cherry · 4 years, 8 months ago
  18. 3574c37 liblog: add __attribute__((uninitialized)) to liblog buffers by Tom Cherry · 4 years, 8 months ago
  19. 7a5cbfc Rename ro.device_owner system property by Rubin Xu · 4 years, 9 months ago
  20. c54b30e Specify argument types for function prototype by Anders Frostad Pedersen · 4 years, 8 months ago
  21. 66f58a3 Add apex available to liblog by Jeffrey Huang · 4 years, 9 months ago
  22. d44a5f8 liblog: null terminate log_msg by Tom Cherry · 4 years, 9 months ago
  23. e2a1705 Merge "Allow LOG_ALWAYS_FATAL_IF in constexpr functions" by Chih-hung Hsieh · 4 years, 9 months ago
  24. 9911e28 Allow LOG_ALWAYS_FATAL_IF in constexpr functions by Chih-Hung Hsieh · 4 years, 9 months ago
  25. 5676f3d liblog: fix host tests by Tom Cherry · 4 years, 9 months ago
  26. f48f685 liblog: do not allow loggers to write to binary buffers by Tom Cherry · 4 years, 9 months ago
  27. e2187bf liblog: remove fake_log_device by Tom Cherry · 4 years, 9 months ago
  28. ff464b1 liblog: always restore errno in logging functions by Tom Cherry · 4 years, 9 months ago
  29. 2ec6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 4 years, 9 months ago
  30. d66e442 Merge changes from topic "ramdisk" by Yifan Hong · 4 years, 9 months ago
  31. 69ee5dd Move default tag from libbase to liblog by Tom Cherry · 4 years, 9 months ago
  32. 7dd4553 Make ramdisk_available. by Yifan Hong · 4 years, 9 months ago
  33. 96e7ef5 liblog: check loggability before formatting by Tom Cherry · 4 years, 9 months ago
  34. 0391a87 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 10 months ago
  35. 349b0c4 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 10 months ago
  36. 265eee2 Add version #29 and #30 to liblog by Chong Zhang · 4 years, 10 months ago
  37. 02ff976 liblog: remove log_portability.h by Tom Cherry · 4 years, 10 months ago
  38. 121292d liblog: use libbase_headers for TEMP_FAILURE_RETRY by Tom Cherry · 4 years, 10 months ago
  39. b47aa2a liblog: remove more unused code by Tom Cherry · 4 years, 10 months ago
  40. 21bb36c liblog: remove the last of the transport structs by Tom Cherry · 4 years, 10 months ago
  41. 42a4ca6 CtsLiblogTestCases secondary_user by Bookatz · 4 years, 10 months ago
  42. ee747e7 liblog: don't destroy global mutexes by Tom Cherry · 4 years, 10 months ago
  43. 06e0fce liblog: have writers handle their own state by Tom Cherry · 4 years, 11 months ago
  44. 2a6811b liblog: use a rwlock for writer initialization by Tom Cherry · 4 years, 11 months ago
  45. 49a8af7 liblog: do not check loggability of event logs before sending to logd by Tom Cherry · 4 years, 11 months ago
  46. c619e49 liblog: simplify fake_log_device by Tom Cherry · 4 years, 11 months ago
  47. d953ba3 liblog: add a test for liblog on host by Tom Cherry · 4 years, 11 months ago
  48. ed860ff Make android_logger_set_prune_list() sane by Tom Cherry · 5 years ago
  49. 8d22253 liblog: accept log messages with hdr_size greater than known headers by Tom Cherry · 5 years ago
  50. 4023938 Merge "liblog: remove the rest of the log reader transport" by Tom Cherry · 5 years ago
  51. 332f99a Merge "liblog: remove memset() before recv()." by Tom Cherry · 5 years ago
  52. 1a75a8c liblog: remove memset() before recv(). by Tom Cherry · 5 years ago
  53. 026ddde liblog: remove the rest of the log reader transport by Tom Cherry · 5 years ago
  54. 9829e7f liblog: Assure shifting behavior is consistent by Greg Kaiser · 5 years ago
  55. 7d16aed Merge "liblog: simplify logd 'command' functions and struct logger" by Tom Cherry · 5 years ago
  56. 9156c53 liblog: simplify logd 'command' functions and struct logger by Tom Cherry · 5 years ago
  57. c9c8318 Merge "liblog: return 0 from android_logger_list_read() when recv() returns 0" by Tom Cherry · 5 years ago
  58. b8bacea liblog: return 0 from android_logger_list_read() when recv() returns 0 by Tom Cherry · 5 years ago
  59. 828db1a liblog: cleanup opaque type usage by Tom Cherry · 5 years ago
  60. b2542d2 Rename # vndk tag to # llndk by Jiyong Park · 5 years ago
  61. 594f70f Move adbd to an apex. by Josh Gao · 5 years ago
  62. a379b1c liblog: document the liblog<->logd protocol format by Tom Cherry · 5 years ago
  63. e05b784 liblog: remove unused parts of android_log_transport_context by Tom Cherry · 5 years ago
  64. 441054a Remove old logger_entry_v* formats by Tom Cherry · 5 years ago
  65. 896fb9e liblog: disable header_abi_checker by Tom Cherry · 5 years ago
  66. 350164c Revert "liblog: remove mistakenly added symbols from vndk" by Tom Cherry · 5 years ago
  67. 7867721 liblog: remove mistakenly added symbols from vndk by Tom Cherry · 5 years ago
  68. 5e81aa2 liblog: fixup log_id_t by Tom Cherry · 5 years ago
  69. 362e289 liblog: remove checks for __GNUC__ by Tom Cherry · 5 years ago
  70. 443b5df Merge "liblog: remove client side permissions checking" by Tom Cherry · 5 years ago
  71. fa88eeb Merge "liblog: remove unneeded checks and includes from headers" by Tom Cherry · 5 years ago
  72. 1e59dcc liblog: remove client side permissions checking by Tom Cherry · 5 years ago
  73. 3ab3135 liblog: enable more tests by Tom Cherry · 5 years ago
  74. f5bad50 Merge "liblog: remove obsolete comment" by Tom Cherry · 5 years ago
  75. c734eae liblog: remove unneeded checks and includes from headers by Tom Cherry · 5 years ago
  76. 4e58c84 liblog: remove obsolete comment by Tom Cherry · 5 years ago
  77. c6a4272 liblog: use RunLogTests() for more tests by Tom Cherry · 5 years ago
  78. dbc4815 liblog: don't sleep in the middle of tests by Tom Cherry · 5 years ago
  79. bbbf089 liblog: use packed structs instead of raw unaligned reads by Tom Cherry · 5 years ago
  80. e3fc9ac Merge "liblog: remove alarm in logd_reader.cpp" by Tom Cherry · 5 years ago
  81. 5398021 liblog: remove alarm in logd_reader.cpp by Tom Cherry · 5 years ago
  82. 5d7969b Merge "liblog: remove code checking for fd = 0" by Tom Cherry · 5 years ago
  83. 29d0e89 liblog: remove code checking for fd = 0 by Tom Cherry · 5 years ago
  84. 34282df [liblog] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  85. 7e99b22 liblog: run in isolated mode, disable flaky tests by Tom Cherry · 5 years ago
  86. c37e3f0 Merge "liblog: use EXPECTED_STREQ for strings" by Treehugger Robot · 5 years ago
  87. 0de52e9 liblog: use EXPECTED_STREQ for strings by Tom Cherry · 5 years ago
  88. 685949d Merge "liblog: remove superfluous checks" by Tom Cherry · 5 years ago
  89. 47fdf66 Merge "liblog: don't set transports to nullptr when they close" by Tom Cherry · 5 years ago
  90. 990852f liblog: remove superfluous checks by Tom Cherry · 5 years ago
  91. 97ec4ee liblog: don't set transports to nullptr when they close by Tom Cherry · 5 years ago
  92. 6efbda7 liblog: replace crufty min macro with existing MIN. by Elliott Hughes · 5 years ago
  93. 173e4ba Merge "liblog: remove more endianness functions" by Tom Cherry · 5 years ago
  94. d1ad895 liblog: remove more endianness functions by Tom Cherry · 5 years ago
  95. 0f6ea6e liblog: remove a few unused items by Tom Cherry · 5 years ago
  96. 2187a41 liblog: fix prio and tag validation code by Tom Cherry · 5 years ago
  97. 2beabe5 liblog: remove config_write.cpp/.h by Tom Cherry · 5 years ago
  98. 9d35034 liblog: remove log/log_transport.h by Tom Cherry · 5 years ago
  99. 4c63e04 liblog: remove endianness functions by Tom Cherry · 5 years ago
  100. ebb7cdd liblog: remove unused test #defines and transport code by Tom Cherry · 5 years ago