1. 71054b2 liblog: add benchmark tests for not-printed message by Tom Cherry · 4 years, 5 months ago
  2. 99d7cc3 liblog: add __attribute__((uninitialized)) to liblog buffers by Tom Cherry · 4 years, 5 months ago
  3. 68dbc9e Rename ro.device_owner system property by Rubin Xu · 4 years, 5 months ago
  4. 2599a50 Specify argument types for function prototype by Anders Frostad Pedersen · 4 years, 5 months ago
  5. c0cbd46 Add apex available to liblog by Jeffrey Huang · 4 years, 5 months ago
  6. af06bad liblog: null terminate log_msg by Tom Cherry · 4 years, 6 months ago
  7. 4de897f Merge "Allow LOG_ALWAYS_FATAL_IF in constexpr functions" by Chih-hung Hsieh · 4 years, 6 months ago
  8. 1f7222b Allow LOG_ALWAYS_FATAL_IF in constexpr functions by Chih-Hung Hsieh · 4 years, 6 months ago
  9. b8bf8a9 liblog: fix host tests by Tom Cherry · 4 years, 6 months ago
  10. cbad0b9 liblog: do not allow loggers to write to binary buffers by Tom Cherry · 4 years, 6 months ago
  11. c377c7d liblog: remove fake_log_device by Tom Cherry · 4 years, 6 months ago
  12. e6830da liblog: always restore errno in logging functions by Tom Cherry · 4 years, 6 months ago
  13. 77ddcd3 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 4 years, 6 months ago
  14. 0f16a66 Merge changes from topic "ramdisk" by Yifan Hong · 4 years, 6 months ago
  15. 03abfe3 Move default tag from libbase to liblog by Tom Cherry · 4 years, 6 months ago
  16. 336e179 Make ramdisk_available. by Yifan Hong · 4 years, 6 months ago
  17. b9e0d5e liblog: check loggability before formatting by Tom Cherry · 4 years, 6 months ago
  18. 4004460 Move minimum log priority from libbase to liblog by Tom Cherry · 4 years, 6 months ago
  19. c17613c Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 4 years, 7 months ago
  20. 3a82110 Add version #29 and #30 to liblog by Chong Zhang · 4 years, 6 months ago
  21. b43691a liblog: remove log_portability.h by Tom Cherry · 4 years, 6 months ago
  22. 5bdb9c9 liblog: use libbase_headers for TEMP_FAILURE_RETRY by Tom Cherry · 4 years, 6 months ago
  23. 366afd8 liblog: remove more unused code by Tom Cherry · 4 years, 7 months ago
  24. d7df098 liblog: remove the last of the transport structs by Tom Cherry · 4 years, 7 months ago
  25. a8fcbc3 CtsLiblogTestCases secondary_user by Bookatz · 4 years, 7 months ago
  26. e573fd2 liblog: don't destroy global mutexes by Tom Cherry · 4 years, 7 months ago
  27. bbe3429 liblog: have writers handle their own state by Tom Cherry · 4 years, 7 months ago
  28. e9a284a liblog: use a rwlock for writer initialization by Tom Cherry · 4 years, 7 months ago
  29. 616e907 liblog: do not check loggability of event logs before sending to logd by Tom Cherry · 4 years, 7 months ago
  30. d862281 liblog: simplify fake_log_device by Tom Cherry · 4 years, 7 months ago
  31. edc7f9b liblog: add a test for liblog on host by Tom Cherry · 4 years, 7 months ago
  32. c8c906e Make android_logger_set_prune_list() sane by Tom Cherry · 4 years, 8 months ago
  33. 850b56c liblog: accept log messages with hdr_size greater than known headers by Tom Cherry · 4 years, 8 months ago
  34. 7820ecb Merge "liblog: remove the rest of the log reader transport" by Tom Cherry · 4 years, 8 months ago
  35. 6349552 Merge "liblog: remove memset() before recv()." by Tom Cherry · 4 years, 8 months ago
  36. 8700681 liblog: remove memset() before recv(). by Tom Cherry · 4 years, 8 months ago
  37. f302b81 liblog: remove the rest of the log reader transport by Tom Cherry · 4 years, 8 months ago
  38. f8c222e liblog: Assure shifting behavior is consistent by Greg Kaiser · 4 years, 8 months ago
  39. b48a757 Merge "liblog: simplify logd 'command' functions and struct logger" by Tom Cherry · 4 years, 8 months ago
  40. f459c58 liblog: simplify logd 'command' functions and struct logger by Tom Cherry · 4 years, 8 months ago
  41. 82427c8 Merge "liblog: return 0 from android_logger_list_read() when recv() returns 0" by Tom Cherry · 4 years, 8 months ago
  42. 9e48a88 liblog: return 0 from android_logger_list_read() when recv() returns 0 by Tom Cherry · 4 years, 8 months ago
  43. 28635c4 liblog: cleanup opaque type usage by Tom Cherry · 4 years, 8 months ago
  44. 206ed35 Rename # vndk tag to # llndk by Jiyong Park · 4 years, 9 months ago
  45. da07d08 Move adbd to an apex. by Josh Gao · 5 years ago
  46. e644def liblog: document the liblog<->logd protocol format by Tom Cherry · 4 years, 9 months ago
  47. e99d6ce liblog: remove unused parts of android_log_transport_context by Tom Cherry · 4 years, 9 months ago
  48. 47856dd Remove old logger_entry_v* formats by Tom Cherry · 4 years, 9 months ago
  49. accf48b liblog: disable header_abi_checker by Tom Cherry · 4 years, 9 months ago
  50. 9bfc955 Revert "liblog: remove mistakenly added symbols from vndk" by Tom Cherry · 4 years, 9 months ago
  51. 9c135c5 liblog: remove mistakenly added symbols from vndk by Tom Cherry · 4 years, 9 months ago
  52. 95f5fb6 liblog: fixup log_id_t by Tom Cherry · 4 years, 9 months ago
  53. 7714cc9 liblog: remove checks for __GNUC__ by Tom Cherry · 4 years, 9 months ago
  54. e7fcc77 Merge "liblog: remove client side permissions checking" by Tom Cherry · 4 years, 9 months ago
  55. cf1a25a Merge "liblog: remove unneeded checks and includes from headers" by Tom Cherry · 4 years, 9 months ago
  56. aac8658 liblog: remove client side permissions checking by Tom Cherry · 4 years, 9 months ago
  57. 3fafe72 liblog: enable more tests by Tom Cherry · 4 years, 9 months ago
  58. 574d743 Merge "liblog: remove obsolete comment" by Tom Cherry · 4 years, 9 months ago
  59. ec2dea7 liblog: remove unneeded checks and includes from headers by Tom Cherry · 4 years, 9 months ago
  60. 995d888 liblog: remove obsolete comment by Tom Cherry · 4 years, 9 months ago
  61. de20051 liblog: use RunLogTests() for more tests by Tom Cherry · 4 years, 9 months ago
  62. 01495c2 liblog: don't sleep in the middle of tests by Tom Cherry · 4 years, 10 months ago
  63. 05286f1 liblog: use packed structs instead of raw unaligned reads by Tom Cherry · 4 years, 10 months ago
  64. 5e5ddab Merge "liblog: remove alarm in logd_reader.cpp" by Tom Cherry · 4 years, 10 months ago
  65. fc9d5c0 liblog: remove alarm in logd_reader.cpp by Tom Cherry · 4 years, 10 months ago
  66. ecf9a25 Merge "liblog: remove code checking for fd = 0" by Tom Cherry · 4 years, 10 months ago
  67. 518ea21 liblog: remove code checking for fd = 0 by Tom Cherry · 4 years, 10 months ago
  68. 0b381d3 [liblog] fix -Wreorder-init-list by Nick Desaulniers · 4 years, 10 months ago
  69. c148206 liblog: run in isolated mode, disable flaky tests by Tom Cherry · 4 years, 10 months ago
  70. 8790bec Merge "liblog: use EXPECTED_STREQ for strings" by Treehugger Robot · 4 years, 10 months ago
  71. 70097bc liblog: use EXPECTED_STREQ for strings by Tom Cherry · 4 years, 10 months ago
  72. b76cfc1 Merge "liblog: remove superfluous checks" by Tom Cherry · 4 years, 10 months ago
  73. 4e5c5a5 Merge "liblog: don't set transports to nullptr when they close" by Tom Cherry · 4 years, 10 months ago
  74. 5d719d0 liblog: remove superfluous checks by Tom Cherry · 4 years, 10 months ago
  75. 0bb0104 liblog: don't set transports to nullptr when they close by Tom Cherry · 4 years, 10 months ago
  76. 764acf3 liblog: replace crufty min macro with existing MIN. by Elliott Hughes · 4 years, 10 months ago
  77. 6594c51 Merge "liblog: remove more endianness functions" by Tom Cherry · 4 years, 10 months ago
  78. f47c9af liblog: remove more endianness functions by Tom Cherry · 4 years, 10 months ago
  79. afe4f6a liblog: remove a few unused items by Tom Cherry · 4 years, 10 months ago
  80. 08125f3 liblog: fix prio and tag validation code by Tom Cherry · 4 years, 10 months ago
  81. 519b611 liblog: remove config_write.cpp/.h by Tom Cherry · 4 years, 10 months ago
  82. 29329a5 liblog: remove log/log_transport.h by Tom Cherry · 4 years, 10 months ago
  83. abcdd12 liblog: remove endianness functions by Tom Cherry · 4 years, 10 months ago
  84. 90911b4 liblog: remove unused test #defines and transport code by Tom Cherry · 4 years, 10 months ago
  85. a6a313e liblog: remove stderr logger by Tom Cherry · 4 years, 10 months ago
  86. 6646115 liblog: add -Wall,-Wextra and do related clean-up. by Tom Cherry · 4 years, 10 months ago
  87. 8b75736 liblog: run liblog#enoent only as root by Tom Cherry · 4 years, 11 months ago
  88. ed7c18c liblog: only allow one transport for reading by Tom Cherry · 5 years ago
  89. 58f4025 liblog: enable tests accidentally disabled by Tom Cherry · 5 years ago
  90. f474bd2 liblog: Remove stdbool.h from .cpp files by Tom Cherry · 5 years ago
  91. 827c93c Remove an ancient spam-busting hack from logd. by Elliott Hughes · 9 years ago
  92. 629b22b Fix format string for new google benchmark by Haibo Huang · 5 years ago
  93. 7bad46b Enable native_bridge_support by dimitry · 5 years ago
  94. d6c3c88 Merge "Workaround bad markdown parser." by Treehugger Robot · 5 years ago
  95. 333a898 Workaround bad markdown parser. by Dan Albert · 5 years ago
  96. 425317b liblog: display valid utf8 characters with 'printable' log format by Tom Cherry · 5 years ago
  97. 56b3743 liblog: remove LIBLOG_WEAK by Tom Cherry · 5 years ago
  98. c149a1e Merge "Version liblog LL-NDK library" by Treehugger Robot · 5 years ago
  99. 7c5ba9f Version liblog LL-NDK library by Vic Yang · 5 years ago
  100. d4c1a03 liblog: don't return 0xFFFFFFFF as an invalid log id. by Josh Gao · 5 years ago