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