1. 0e6014f Re-enable Trusty log reading by logd by Marco Nelissen · 2 years ago
  2. f3cf405 Allow AID_SECURITY_LOG_WRITER to write to security log buffer by Rubin Xu · 2 years, 1 month ago
  3. 2b37645 Disable Trusty log reading for now by Marco Nelissen · 2 years, 1 month ago
  4. 25a8177 Fix overflow for long Trusty logs am: caa341e88d am: 2baf3d277b am: 8ce20dca76 by Marco Nelissen · 2 years, 3 months ago
  5. caa341e Fix overflow for long Trusty logs by Marco Nelissen · 2 years, 3 months ago
  6. 2f28465 logd: Remove sys_srv dep on RemoveRunningThread() by Wenhao Wang · 2 years, 4 months ago
  7. 9b13273 logd: Remove the dependency on system_server by Wenhao Wang · 2 years, 4 months ago
  8. 4f119a7 Merge "Check Trusty log driver version before opening" am: 83985071c8 am: e10bf4a7eb am: 00f5fb7f21 am: c50d01073f by Marco Nelissen · 2 years, 4 months ago
  9. 468ce59 Check Trusty log driver version before opening by Marco Nelissen · 2 years, 4 months ago
  10. a8d4298 logd: read Trusty log by Marco Nelissen · 2 years, 6 months ago
  11. 9357be4 logd: read Trusty log by Marco Nelissen · 2 years, 6 months ago
  12. 77e1eaf logd: Refactor logd/binder/android/os/ILogd.aidl by Wenhao Wang · 2 years, 4 months ago
  13. b1f6c6c logd: Audit the privileged access to logd by Wenhao Wang · 2 years, 6 months ago
  14. d745683 Merge "Ignore custom logd sizes." by Elliott Hughes · 2 years, 6 months ago
  15. 6aeeaac Ignore custom logd sizes. by Elliott Hughes · 2 years, 6 months ago
  16. 2b2e39c Merge "Add logd.ready" by Treehugger Robot · 2 years, 6 months ago
  17. d07c55b Merge "logcat: use stdio for free buffering." by Elliott Hughes · 2 years, 6 months ago
  18. 7ceed10 Add logd.ready by Jiyong Park · 2 years, 6 months ago
  19. daf6399 logcat: use stdio for free buffering. by Elliott Hughes · 2 years, 7 months ago
  20. a94e707 Remove a bunch of unnecessarily unclear memsets. by Elliott Hughes · 2 years, 7 months ago
  21. 7e7eee4 Treblelize bug_map: auditd read bug_map from multiple partitions by Yi-Yo Chiang · 2 years, 7 months ago
  22. 6d026fd auditd: bug_map use modern C++ by Yi-Yo Chiang · 2 years, 7 months ago
  23. d45fc5d Replace writepid with task_profiles command for cgroup migration by Suren Baghdasaryan · 3 years ago
  24. bdd4a20 Clean-up the logd tests. by Christopher Ferris · 2 years, 10 months ago
  25. 2bb97ec logd: fix write errors in no_epipe test by Xiaobing Shi · 2 years, 10 months ago
  26. da4752e logd: replay the entire log when UID clearing by Tom Cherry · 3 years ago
  27. 3e8d3a7 logd: Fix unintialized memory assumptions part 2 by Tom Cherry · 3 years ago
  28. 6265212 Silence the logd death tests. by Elliott Hughes · 3 years, 2 months ago
  29. e140cbd Remove legacy cruft for old HTC kernels. by Elliott Hughes · 3 years, 4 months ago
  30. d358ff3 Remove obsolete `cpp_std: "experimental"`. by Elliott Hughes · 3 years, 4 months ago
  31. 7ca20c1 [LSC] Add LOCAL_LICENSE_KINDS to system/logging by Bob Badour · 3 years, 4 months ago
  32. 1ee86af Merge "Teach logd about the dmesg pid annotations in Linux 5.10 and above." by Treehugger Robot · 3 years, 4 months ago
  33. 1dc02c3 Teach logd about the dmesg pid annotations in Linux 5.10 and above. by Peter Collingbourne · 3 years, 4 months ago
  34. 2997fa6 bug_map: Update denial metadata to have prefix "bug=" by Yo Chiang · 3 years, 4 months ago
  35. 5fe06cb logd: use SO_PEERGROUPS when appropriate by Tom Cherry · 4 years, 1 month ago
  36. 60a08d8 logd: consolidate test code by Tom Cherry · 3 years, 7 months ago
  37. 0f7ec30 logd: add tests for tail readers by Tom Cherry · 3 years, 7 months ago
  38. 7b36b56 Merge "logd: track SerializedFlushToState instances within SerializedLogChunk" by Tom Cherry · 3 years, 7 months ago
  39. 411e2f8 logd: track SerializedFlushToState instances within SerializedLogChunk by Tom Cherry · 3 years, 7 months ago
  40. 734d594 Merge "Revert "logd: yield in FlushTo() if a write is pending"" by Tom Cherry · 3 years, 7 months ago
  41. 9169e71 Revert "logd: yield in FlushTo() if a write is pending" by Tom Cherry · 3 years, 7 months ago
  42. e04db12 Merge "Add liblog and logd host tests to presubmit" by Tom Cherry · 3 years, 7 months ago
  43. d249e35 Add liblog and logd host tests to presubmit by Tom Cherry · 3 years, 7 months ago
  44. 3be635a logd: extend timeout for no_epipe test by Tom Cherry · 3 years, 7 months ago
  45. c85ab85 logd: yield in FlushTo() if a write is pending by Tom Cherry · 3 years, 7 months ago
  46. 025217c caching uid/pkgname pairs to improve efficiency by eric.yan · 3 years, 8 months ago
  47. c02841d logd: don't use SCHED_BATCH by Tom Cherry · 3 years, 8 months ago
  48. 59f3176 Merge "Consolidate OWNERS" by Tom Cherry · 3 years, 8 months ago
  49. 4509ca5 logd: Release() then wait for reader to exit in PrintAllLogs::End() by Tom Cherry · 3 years, 8 months ago
  50. 4749f3a Consolidate OWNERS by Tom Cherry · 3 years, 8 months ago
  51. 1cd26f2 Remove logically unreachable code by Greg Kaiser · 3 years, 8 months ago
  52. a33c2c0 logd: single std::mutex for locking log buffers and tracking readers by Tom Cherry · 3 years, 8 months ago
  53. 9d90380 Merge "logd: fix bad test assumptions" by Treehugger Robot · 3 years, 8 months ago
  54. 75bd1b5 logd: fix bad test assumptions by Tom Cherry · 3 years, 8 months ago
  55. ea3b82c Remove vts10 related configs by Dan Shi · 3 years, 8 months ago
  56. 9359b8f logd: add locks around ~SerializedFlushToState by Tom Cherry · 3 years, 8 months ago
  57. d3a97fb logd: drop logs about pruning and compression to VERBOSE by Tom Cherry · 3 years, 8 months ago
  58. ec361b3 logd: enable CFI by Tom Cherry · 3 years, 8 months ago
  59. 3df8090 logd: additional logging if read_offset > buffer_it->write_offset() by Tom Cherry · 3 years, 8 months ago
  60. b06ec2e Merge "logd: remove min heap in SerializedFlushToState" by Tom Cherry · 3 years, 8 months ago
  61. d6b9693 Use libcutils_headers for android_filesystem_config.h by Tom Cherry · 3 years, 9 months ago
  62. 4a9acce logd: remove min heap in SerializedFlushToState by Tom Cherry · 3 years, 9 months ago
  63. a2b0477 Remove include/private/android_logger.h by Tom Cherry · 3 years, 9 months ago
  64. d1d8a68 logd: Fix ClearUidLogs() when writer_active_ is true by Tom Cherry · 3 years, 9 months ago
  65. 398f6e6 Fix logd's implicit dependency on libsysutils. by Elliott Hughes · 3 years, 10 months ago
  66. 5470c8f logd: SerializedLogBuffer: never wait for a reader during prune/clear by Tom Cherry · 3 years, 10 months ago
  67. d917daa logd: always wake 'wrapped' readers on prune by Tom Cherry · 3 years, 10 months ago
  68. 24d0cd9 Merge "logd: add a test that logd ignores SIGPIPE" by Tom Cherry · 3 years, 10 months ago
  69. cba33ae logd: document the decision to use compression instead of chatty by Tom Cherry · 3 years, 10 months ago
  70. 4474edc logd: add a test that logd ignores SIGPIPE by Tom Cherry · 3 years, 10 months ago
  71. 8a21bdf logd: consolidate command handling and fix an error check by Tom Cherry · 3 years, 10 months ago
  72. 9da7ade Query log size properties only within logd by Tom Cherry · 3 years, 10 months ago
  73. faaf485 Add android_logger_get_log_consumed_size() and report it in logcat by Tom Cherry · 3 years, 10 months ago
  74. 3a13f0d Merge "liblog: don't cache property size values and move to own file" by Tom Cherry · 3 years, 10 months ago
  75. 88e89df liblog: don't cache property size values and move to own file by Tom Cherry · 3 years, 10 months ago
  76. 513842d Merge "SocketClient: don't ignore SIGPIPE" by Tom Cherry · 3 years, 10 months ago
  77. e4134f8 SocketClient: don't ignore SIGPIPE by Tom Cherry · 3 years, 10 months ago
  78. 303c715 logd: Add 'print_all_logs' to replay_messages by Tom Cherry · 3 years, 10 months ago
  79. 9568de4 logd: disable flaky tests by Tom Cherry · 3 years, 10 months ago
  80. b558c58 Run liblog and logd CTS tests in presubmit by Tom Cherry · 3 years, 10 months ago
  81. 5555265 logd: remove users of __android_logger_property_get_bool() by Tom Cherry · 3 years, 10 months ago
  82. 02a3789 Cleanup for #inclusivefixit. by Tom Cherry · 3 years, 10 months ago
  83. 729d933 logd: use the compressed (serialized) log buffer by default by Tom Cherry · 3 years, 11 months ago
  84. b4c1e95 logd: record and replay log messages by Tom Cherry · 3 years, 11 months ago
  85. 32afff0 logd: always compress SerializedLogChunk in FinishWriting() by Tom Cherry · 3 years, 11 months ago
  86. 3929faa Merge "logd: don't use a thread for deleting log chunks" by Tom Cherry · 3 years, 11 months ago
  87. 3429ee2 logd: allow opting into simple or serialized log buffers by Tom Cherry · 3 years, 11 months ago
  88. b899afe logd: don't use a thread for deleting log chunks by Tom Cherry · 3 years, 11 months ago
  89. 54641fc logd: update SerializedLogChunk for new prune calcuations by Tom Cherry · 3 years, 11 months ago
  90. e71dc99 logd: optionally track the full size of log buffers by Tom Cherry · 4 years ago
  91. 5d41ad3 logd: replace std::vector<uint8_t> in SerializedLogChunk by Tom Cherry · 4 years ago
  92. 8468355 logd: fix use after resize of contents_ vector by Tom Cherry · 4 years ago
  93. eddc8f6 Merge changes Id5f03945,I69c74471 by Tom Cherry · 4 years ago
  94. 5ef8f42 logd: add fuzzer for SerializedLogBuffer and other improvements by Tom Cherry · 4 years ago
  95. f295def logd: join() the SerializedLogBuffer deleter thread by Tom Cherry · 4 years ago
  96. 2e8c4db logd: make drop_privs work if neither klogd or auditd are used by Tom Cherry · 4 years ago
  97. ee99462 logd: fix various clang-tidy issues by Tom Cherry · 4 years ago
  98. 6261d13 Merge "logd: add missing static to CompressionEngine" by Tom Cherry · 4 years ago
  99. 89d93a4 logd: add missing static to CompressionEngine by Tom Cherry · 4 years ago
  100. e0f9d9e logging: Use more inclusive language. by Tom Cherry · 4 years ago