1. 92336d0 liblog: Always report as debuggable when building userdebug/eng by Bruno Martins · 5 years ago r
  2. b909f6d liblog: fix reading pmsg by Tom Cherry · 4 years, 10 months ago
  3. b9571ae liblog: require root for multi_connect_dgram_socket test by Tom Cherry · 5 years ago
  4. 6a93bf0 liblog: remove Rwlocks for logd_socket and pmsg_fd by Tom Cherry · 5 years ago
  5. 13193e1 libbase/liblog: set min_sdk_version by Jooyung Han · 5 years ago
  6. a70a9c0 Remove thread safety from libbase logging / liblog by Tom Cherry · 5 years ago
  7. d8a484d Merge changes from topic "apex_available" into rvc-dev by Jiyong Park · 5 years ago
  8. 71e812c Set apex_available property by Jiyong Park · 5 years ago
  9. 5e8fb44 liblog: return -EPERM if a log_is_loggable() returns false by Tom Cherry · 5 years ago
  10. 34a3273 liblog: support extended logger_entry headers by Tom Cherry · 5 years ago
  11. 380b8f6 Remove vts10 tests from vts suite by Dan Shi · 5 years ago
  12. 7e90c00 liblog: correct new APIs per the API review by Tom Cherry · 5 years ago
  13. 1da65e7 Merge "liblog: move LOG_ID_DEFAULT into the log_id enum" into rvc-dev by TreeHugger Robot · 5 years ago
  14. 8e35e17 Merge "liblog: fix header guards ordering" into rvc-dev by TreeHugger Robot · 5 years ago
  15. 090c83a liblog: fix header guards ordering by Tom Cherry · 5 years ago
  16. 295f467 liblog: move LOG_ID_DEFAULT into the log_id enum by Tom Cherry · 5 years ago
  17. 3d705a3 liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 5 years ago
  18. c46d760 Merge "don't include liblog to APEXes" into rvc-dev by Jiyong Park · 5 years ago
  19. 6d2cdc0 don't include liblog to APEXes by Jiyong Park · 5 years ago
  20. f8eba47 Merge "liblog: add API level guard to NDK log.h header" into rvc-dev by TreeHugger Robot · 5 years ago
  21. 1fe2358 liblog: add API level guard to NDK log.h header by Tom Cherry · 5 years ago
  22. 02d479a liblog: minimum_log_priority should be atomic by Tom Cherry · 5 years ago
  23. 53138a5 Fixed a typo in the version name by Jiyong Park · 5 years ago
  24. f090544 Revert "liblog: disable header_abi_checker" by Tom Cherry · 5 years ago
  25. c05887a Rename ro.device_owner system property by Rubin Xu · 5 years ago
  26. eb65431 Specify argument types for function prototype by Anders Frostad Pedersen · 5 years ago
  27. f263f2c Add apex available to liblog by Jeffrey Huang · 5 years ago
  28. 4f90ca8 liblog: null terminate log_msg by Tom Cherry · 5 years ago
  29. 3114896 Merge "Allow LOG_ALWAYS_FATAL_IF in constexpr functions" by Chih-hung Hsieh · 5 years ago
  30. 9d77edc Allow LOG_ALWAYS_FATAL_IF in constexpr functions by Chih-Hung Hsieh · 5 years ago
  31. 365c6c1 liblog: fix host tests by Tom Cherry · 5 years ago
  32. a3be89f liblog: do not allow loggers to write to binary buffers by Tom Cherry · 5 years ago
  33. e6e6d6f liblog: remove fake_log_device by Tom Cherry · 5 years ago
  34. bf66671 liblog: always restore errno in logging functions by Tom Cherry · 5 years ago
  35. 71c6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 5 years ago
  36. cd1d31f Merge changes from topic "ramdisk" by Yifan Hong · 5 years ago
  37. 8dbc8c4 Move default tag from libbase to liblog by Tom Cherry · 5 years ago
  38. 15907b1 Make ramdisk_available. by Yifan Hong · 5 years ago
  39. 17eadb1 liblog: check loggability before formatting by Tom Cherry · 5 years ago
  40. 19bf160 Move minimum log priority from libbase to liblog by Tom Cherry · 5 years ago
  41. dc6fec3 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 5 years ago
  42. 61f5be3 Add version #29 and #30 to liblog by Chong Zhang · 5 years ago
  43. df423c6 liblog: remove log_portability.h by Tom Cherry · 5 years ago
  44. a8e7eb0 liblog: use libbase_headers for TEMP_FAILURE_RETRY by Tom Cherry · 5 years ago
  45. 05884b6 liblog: remove more unused code by Tom Cherry · 5 years ago
  46. 97e1006 liblog: remove the last of the transport structs by Tom Cherry · 5 years ago
  47. 3b93f8d CtsLiblogTestCases secondary_user by Bookatz · 5 years ago
  48. 9f7f653 liblog: don't destroy global mutexes by Tom Cherry · 5 years ago
  49. bd34732 liblog: have writers handle their own state by Tom Cherry · 5 years ago
  50. ab99256 liblog: use a rwlock for writer initialization by Tom Cherry · 5 years ago
  51. 85ffc9e liblog: do not check loggability of event logs before sending to logd by Tom Cherry · 5 years ago
  52. fb9c56c liblog: simplify fake_log_device by Tom Cherry · 5 years ago
  53. 991ab88 liblog: add a test for liblog on host by Tom Cherry · 5 years ago
  54. 232b397 Make android_logger_set_prune_list() sane by Tom Cherry · 5 years ago
  55. b50e123 liblog: accept log messages with hdr_size greater than known headers by Tom Cherry · 5 years ago
  56. e995114 Merge "liblog: remove the rest of the log reader transport" by Tom Cherry · 5 years ago
  57. 30d83c8 Merge "liblog: remove memset() before recv()." by Tom Cherry · 5 years ago
  58. 5ac1775 liblog: remove memset() before recv(). by Tom Cherry · 5 years ago
  59. fc653d0 liblog: remove the rest of the log reader transport by Tom Cherry · 5 years ago
  60. 3f36ed9 liblog: Assure shifting behavior is consistent by Greg Kaiser · 5 years ago
  61. 48d481b Merge "liblog: simplify logd 'command' functions and struct logger" by Tom Cherry · 5 years ago
  62. e0e0e6f liblog: simplify logd 'command' functions and struct logger by Tom Cherry · 5 years ago
  63. fe37e74 Merge "liblog: return 0 from android_logger_list_read() when recv() returns 0" by Tom Cherry · 5 years ago
  64. 6fb0701 liblog: return 0 from android_logger_list_read() when recv() returns 0 by Tom Cherry · 5 years ago
  65. ea169f7 liblog: cleanup opaque type usage by Tom Cherry · 5 years ago
  66. fb2c3c7 Rename # vndk tag to # llndk by Jiyong Park · 5 years ago
  67. e505115 Move adbd to an apex. by Josh Gao · 6 years ago
  68. ffc0ff1 liblog: document the liblog<->logd protocol format by Tom Cherry · 5 years ago
  69. aba9662 liblog: remove unused parts of android_log_transport_context by Tom Cherry · 5 years ago
  70. 430ff55 Remove old logger_entry_v* formats by Tom Cherry · 5 years ago
  71. f892d43 liblog: disable header_abi_checker by Tom Cherry · 5 years ago
  72. b7c8d43 Revert "liblog: remove mistakenly added symbols from vndk" by Tom Cherry · 5 years ago
  73. 33234b4 liblog: remove mistakenly added symbols from vndk by Tom Cherry · 5 years ago
  74. 48c55a9 liblog: fixup log_id_t by Tom Cherry · 5 years ago
  75. 1db78c5 liblog: remove checks for __GNUC__ by Tom Cherry · 5 years ago
  76. 35c4f0b Merge "liblog: remove client side permissions checking" by Tom Cherry · 5 years ago
  77. b29667f Merge "liblog: remove unneeded checks and includes from headers" by Tom Cherry · 5 years ago
  78. 5e66255 liblog: remove client side permissions checking by Tom Cherry · 5 years ago
  79. 1d6436b liblog: enable more tests by Tom Cherry · 5 years ago
  80. 795f82a Merge "liblog: remove obsolete comment" by Tom Cherry · 5 years ago
  81. 238f883 liblog: remove unneeded checks and includes from headers by Tom Cherry · 5 years ago
  82. 8cc5478 liblog: remove obsolete comment by Tom Cherry · 5 years ago
  83. 7a496e7 liblog: use RunLogTests() for more tests by Tom Cherry · 5 years ago
  84. d578241 liblog: don't sleep in the middle of tests by Tom Cherry · 5 years ago
  85. b4d581c liblog: use packed structs instead of raw unaligned reads by Tom Cherry · 5 years ago
  86. 5880b62 Merge "liblog: remove alarm in logd_reader.cpp" by Tom Cherry · 5 years ago
  87. 4c4231d liblog: remove alarm in logd_reader.cpp by Tom Cherry · 5 years ago
  88. 504c100 Merge "liblog: remove code checking for fd = 0" by Tom Cherry · 5 years ago
  89. d4dad4d liblog: remove code checking for fd = 0 by Tom Cherry · 5 years ago
  90. 760c307 [liblog] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  91. c942526 liblog: run in isolated mode, disable flaky tests by Tom Cherry · 6 years ago
  92. 8aa2dd6 Merge "liblog: use EXPECTED_STREQ for strings" by Treehugger Robot · 6 years ago
  93. 337cb56 liblog: use EXPECTED_STREQ for strings by Tom Cherry · 6 years ago
  94. c88d122 Merge "liblog: remove superfluous checks" by Tom Cherry · 6 years ago
  95. 03e5a1b Merge "liblog: don't set transports to nullptr when they close" by Tom Cherry · 6 years ago
  96. c8041a2 liblog: remove superfluous checks by Tom Cherry · 6 years ago
  97. 0d4012a liblog: don't set transports to nullptr when they close by Tom Cherry · 6 years ago
  98. 89df951 liblog: replace crufty min macro with existing MIN. by Elliott Hughes · 6 years ago
  99. fe7098e Merge "liblog: remove more endianness functions" by Tom Cherry · 6 years ago
  100. 7823c9c liblog: remove more endianness functions by Tom Cherry · 6 years ago