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