1. 8b637c8 logd: make drop_privs work if neither klogd or auditd are used by Tom Cherry · 4 years ago
  2. 98a2724 logd: disable flaky logd.timeout test by Tom Cherry · 4 years, 2 months ago
  3. 57c8eac liblog: support extended logger_entry headers by Tom Cherry · 4 years, 2 months ago
  4. 12c7aa8 Remove vts10 tests from vts suite by Dan Shi · 4 years, 2 months ago
  5. 784a099 logd: don't coalesce identical log messages in the security buffer by Tom Cherry · 4 years, 4 months ago
  6. 7a5cbfc Rename ro.device_owner system property by Rubin Xu · 4 years, 4 months ago
  7. a7fb095 Relax permissions on /data/misc/logd by Mike Ma · 4 years, 5 months ago
  8. 1a9e4fa CtsLogdTestCases secondary_user by Bookatz · 4 years, 6 months ago
  9. e17b4f6 Cleanup package_string() and its users by Tom Cherry · 4 years, 6 months ago
  10. 21f16a0 logd: print a message when kicking a client or skipping entries by Tom Cherry · 4 years, 7 months ago
  11. c8ef013 Merge changes from topic "remove-legacy-logger_entry-structs" by Tom Cherry · 4 years, 8 months ago
  12. 441054a Remove old logger_entry_v* formats by Tom Cherry · 4 years, 8 months ago
  13. ace90bd Liblogd log fuzzer by Max Spector · 4 years, 8 months ago
  14. 1e07245 Merge "Liblogd log fuzzer" by Treehugger Robot · 4 years, 8 months ago
  15. 0c9d488 Liblogd log fuzzer by Max Spector · 4 years, 8 months ago
  16. 5e81aa2 liblog: fixup log_id_t by Tom Cherry · 4 years, 8 months ago
  17. 64458c7 logd: always report the UID of a log message by Tom Cherry · 4 years, 8 months ago
  18. ff2723e Show bug_map links on user builds by Ashwini Oruganti · 4 years, 9 months ago
  19. fb897dc Merge "logd: remove logd.both test" by Treehugger Robot · 4 years, 9 months ago
  20. bbc489a logd: remove logd.both test by Tom Cherry · 4 years, 9 months ago
  21. 1d02c2a Update auditParse to not prepend "b/" to bug IDs by Ashwini Oruganti · 4 years, 9 months ago
  22. be0f4ab logd: Allow setDropped() to be called on already dropped messages by Tom Cherry · 4 years, 10 months ago
  23. 3096818 Revert "Modularize logd." by Tom Cherry · 5 years ago
  24. 40da03b Revert "logd: validate and fill in socket credentials" by Tom Cherry · 5 years ago
  25. 998fca5 Avoid get same timestamps in log testcase by Xu YiPing · 5 years ago
  26. 36f5399 logd: handle uidToName() directly by Tom Cherry · 7 years ago
  27. 0b2a011 logd: don't drop user/groups/capabilities/priority in drop_privs() by Tom Cherry · 5 years ago
  28. 00813a5 Logcatd: Add new properties control logcat file size and file count. by Tian, Baofeng · 5 years ago
  29. bf613b4 Link libselinux/utils/base statically by dimitry · 5 years ago
  30. 512a7bf logd: remove SELinux dup handling by Nick Kralevich · 5 years ago
  31. be5e446 introduce auditctl and use it to configure SELinux throttling by Nick Kralevich · 5 years ago
  32. 3882b50 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  33. d722fbf Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  34. 4830ba0 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 5 years ago
  35. 6600f97 Merge "Read selinux_denial_metadata from /vendor" by Tri Vo · 5 years ago
  36. 9491078 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 5 years ago
  37. 3a62fc4 Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  38. 1bef8c5 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 5 years ago
  39. 57b2e8c Read selinux_denial_metadata from /vendor by Tri Vo · 5 years ago
  40. 0284333 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 5 years ago
  41. ceaf4e7 Remove LOCAL_MODULE_TAGS := debug by Dan Willemsen · 5 years ago
  42. 9e12433 Statically link liblog to logd/logcat and their tests by Tom Cherry · 5 years ago
  43. 0658547 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 5 years ago
  44. 804e7d8 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 5 years ago
  45. c2ea6e7 Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 5 years ago
  46. df8063d logd: use .clang-format-4 like the rest of system/core by Tom Cherry · 5 years ago
  47. c02d05d Merge "logd: improve logd prune" by Tom Cherry · 5 years ago
  48. d3987a9 logd: improve logd prune by Jintao Zhu · 5 years ago
  49. 245fb36 improve LogBufferElement copy constructor by Jintao Zhu · 5 years ago
  50. b43eb94 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  51. 5f93072 logd: fix memory leak due to slow reader by Jintao_Zhu · 6 years ago
  52. 3e963f9 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  53. e2d30d1 logd: clear timeout if no start time is given by Tom Cherry · 6 years ago
  54. 4f22786 logd: rework logic for LogTimeEntry by Tom Cherry · 6 years ago
  55. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  56. 502f486 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  57. 4b42ea5 logd: crash dumps on userdebug only by Mark Salyzyn · 6 years ago
  58. 08d470b Replace (unsigned) short with (u)int16_t. by Chih-Hung Hsieh · 6 years ago
  59. 6259c5f Merge "[logd] Modernize codebase by replacing NULL with nullptr" am: 2a989cf525 by Yi Kong · 6 years ago
  60. 86f7a3c Merge "Remove execute bit for source files" am: dc8483cc04 by Yi Kong · 6 years ago
  61. c8d09dd [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  62. 760a35a Remove execute bit for source files by Yi Kong · 6 years ago
  63. e2e423f Merge "logd: make behavior more consistent across builds." am: b7761b2673 by Elliott Hughes · 6 years ago
  64. cef62b4 logd: make behavior more consistent across builds. by Elliott Hughes · 6 years ago
  65. 16d0c46 Merge "logd: Stop calling prctl(PR_SET_KEEPCAPS, 1)" am: 7222199281 by Luis Hector Chavez · 6 years ago
  66. 499f3a2 logd: Stop calling prctl(PR_SET_KEEPCAPS, 1) by Luis Hector Chavez · 6 years ago
  67. 3276b57 Merge "logd: Move the capabilities from file based to ambient" am: 28cd2a02b1 by Luis Hector Chavez · 6 years ago
  68. d32c36c logd: Move the capabilities from file based to ambient by Luis Hector Chavez · 6 years ago
  69. a2e98bd Merge "Remove more bogus <stdbool.h> #includes from C++." am: e7020dc8e4 by android-build-prod (mdb) · 6 years ago
  70. 23b98f4 Remove more bogus <stdbool.h> #includes from C++. by Elliott Hughes · 6 years ago
  71. 209f428 Merge "Logd: include app package name in selinux metadata" am: 24e87383f1 by Jeffrey Vander Stoep · 6 years ago
  72. d885890 Logd: include app package name in selinux metadata by Jeff Vander Stoep · 6 years ago
  73. b871668 Fixing a bug introduced due to refactoring var names by Max Bires · 7 years ago
  74. f2244c4 Merge "logd: notify kernel log readers of new messages" am: 6a2686b0f3 by Tom Cherry · 6 years ago
  75. cbfebdb logd: notify kernel log readers of new messages by Tom Cherry · 6 years ago
  76. 4bba698 Make logd more aggressive when scanning for the position from which to resume logging. by Joe Onorato · 6 years ago
  77. fec2e2c logd: identical check access message data out of range by Mark Salyzyn · 6 years ago
  78. 2271242 logd: identical check access message data out of range by Mark Salyzyn · 6 years ago
  79. 42d12f8 Merge "Remove unreachable condition" am: a281389bf4 am: 061759246c by Yi Kong · 6 years ago
  80. 141ccee Remove unreachable condition by Yi Kong · 6 years ago
  81. 4c33b88 Merge "bpfmt." am: 0609e8d231 am: b57755c429 am: a91867a788 by Elliott Hughes · 6 years ago
  82. dc699a2 bpfmt. by Elliott Hughes · 6 years ago
  83. 278e099 Merge "Use ro.logd.kernel for kernel logcat" am: d443dd327a am: 66d9c4aab8 by Siarhei Vishniakou · 6 years ago
  84. d443dd3 Merge "Use ro.logd.kernel for kernel logcat" by Treehugger Robot · 6 years ago
  85. b589cb7 Merge "LogAudit: remove dynamic rate limiter" am: 9e7cec22e0 am: cf7f19f4b9 by Jeff Vander Stoep · 6 years ago
  86. 54c7a5f LogAudit: remove dynamic rate limiter by Jeff Vander Stoep · 6 years ago
  87. e8ed36b Use ro.logd.kernel for kernel logcat by Siarhei Vishniakou · 6 years ago
  88. 78a3f88 Merge "Add suite component to test modules" am: 20bc9eb60b am: 9db200e4dc by Julien Desprez · 6 years ago
  89. 5b58579 Add suite component to test modules by Julien Desprez · 6 years ago
  90. db87e6d Merge "Revert "add aid check when writting into logd stats buffer. For now we require aid to be system."" by TreeHugger Robot · 7 years ago
  91. 6ce5146 Revert "add aid check when writting into logd stats buffer. For now we require aid to be system." by Yao Chen · 7 years ago
  92. 3e2b341 Merge "Add OWNERS." am: 3289b9c928 am: 515c8fe572 am: aede8375fe by Elliott Hughes · 7 years ago
  93. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  94. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  95. f7fa907 Merge "logd: enhance multiple blocking readers performance" am: 6740b9697e am: da620dff5f by Hao Wang · 7 years ago
  96. da620df Merge "logd: enhance multiple blocking readers performance" am: 6740b9697e by Hao Wang · 7 years ago
  97. f6e2296 logd: enhance multiple blocking readers performance by Hao Wang · 7 years ago
  98. 3e1f33f Merge "make log.tag.stats_log work for stats buffer." am: 1e2ed53ffc am: 9e28024b42 by Yao Chen · 7 years ago
  99. 9e28024 Merge "make log.tag.stats_log work for stats buffer." am: 1e2ed53ffc by Yao Chen · 7 years ago
  100. 1e2ed53 Merge "make log.tag.stats_log work for stats buffer." by Treehugger Robot · 7 years ago