1. f663c9e Merge "Add vts10 suite to existing vts tests" by Treehugger Robot · 4 years, 4 months ago
  2. 3a860ac Add vts10 suite to existing vts tests by Dan Shi · 4 years, 4 months ago
  3. 3d1687e Remove ANDROID_LOG_RDONLY, etc by Tom Cherry · 4 years, 4 months ago
  4. 6955f8b logd: don't coalesce identical log messages in the security buffer by Tom Cherry · 4 years, 5 months ago
  5. 68dbc9e Rename ro.device_owner system property by Rubin Xu · 4 years, 5 months ago
  6. 59bd717 Relax permissions on /data/misc/logd by Mike Ma · 4 years, 6 months ago
  7. 489ba2b CtsLogdTestCases secondary_user by Bookatz · 4 years, 7 months ago
  8. f30875b Cleanup package_string() and its users by Tom Cherry · 4 years, 8 months ago
  9. 59fc119 logd: print a message when kicking a client or skipping entries by Tom Cherry · 4 years, 8 months ago
  10. 8e05cbb Merge changes from topic "remove-legacy-logger_entry-structs" by Tom Cherry · 4 years, 9 months ago
  11. 47856dd Remove old logger_entry_v* formats by Tom Cherry · 4 years, 9 months ago
  12. 50c3d67 Liblogd log fuzzer by Max Spector · 4 years, 9 months ago
  13. 4493442 Merge "Liblogd log fuzzer" by Treehugger Robot · 4 years, 9 months ago
  14. a8b435d Liblogd log fuzzer by Max Spector · 4 years, 9 months ago
  15. 95f5fb6 liblog: fixup log_id_t by Tom Cherry · 4 years, 9 months ago
  16. e0ac158 logd: always report the UID of a log message by Tom Cherry · 4 years, 9 months ago
  17. 76b71ef Show bug_map links on user builds by Ashwini Oruganti · 4 years, 10 months ago
  18. 53aafbd Merge "logd: remove logd.both test" by Treehugger Robot · 4 years, 10 months ago
  19. 1508b91 logd: remove logd.both test by Tom Cherry · 4 years, 10 months ago
  20. aeeea0d Update auditParse to not prepend "b/" to bug IDs by Ashwini Oruganti · 4 years, 10 months ago
  21. c967fe1 logd: Allow setDropped() to be called on already dropped messages by Tom Cherry · 5 years ago
  22. c49573f Revert "Modularize logd." by Tom Cherry · 5 years ago
  23. d96d26a Revert "logd: validate and fill in socket credentials" by Tom Cherry · 5 years ago
  24. 4a30bf9 Avoid get same timestamps in log testcase by Xu YiPing · 5 years ago
  25. 4d438c7 logd: handle uidToName() directly by Tom Cherry · 7 years ago
  26. a613235 logd: don't drop user/groups/capabilities/priority in drop_privs() by Tom Cherry · 5 years ago
  27. 547ed6f Logcatd: Add new properties control logcat file size and file count. by Tian, Baofeng · 5 years ago
  28. 2056d83 Link libselinux/utils/base statically by dimitry · 5 years ago
  29. ba406b2 logd: remove SELinux dup handling by Nick Kralevich · 5 years ago
  30. 8c8fd2f introduce auditctl and use it to configure SELinux throttling by Nick Kralevich · 5 years ago
  31. 0de2ab8 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  32. 3277848 Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  33. 3b5f443 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 5 years ago
  34. 05fb4f1 Merge "Read selinux_denial_metadata from /vendor" by Tri Vo · 5 years ago
  35. 3e671a5 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 5 years ago
  36. 6a78714 Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  37. e71dbf7 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 5 years ago
  38. 66d7b61 Read selinux_denial_metadata from /vendor by Tri Vo · 5 years ago
  39. bab6361 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  40. 9d70b18 Remove LOCAL_MODULE_TAGS := debug by Dan Willemsen · 6 years ago
  41. 5203752 Statically link liblog to logd/logcat and their tests by Tom Cherry · 6 years ago
  42. 4c287a7 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  43. 440e035 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  44. 0d2f6bb Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  45. da912ba logd: use .clang-format-4 like the rest of system/core by Tom Cherry · 6 years ago
  46. f98327f Merge "logd: improve logd prune" by Tom Cherry · 6 years ago
  47. 1530e7c logd: improve logd prune by Jintao Zhu · 6 years ago
  48. f795e00 improve LogBufferElement copy constructor by Jintao Zhu · 6 years ago
  49. 491b824 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  50. 3e6f9d8 logd: fix memory leak due to slow reader by Jintao_Zhu · 6 years ago
  51. 6a207b1 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  52. 38656ef logd: clear timeout if no start time is given by Tom Cherry · 6 years ago
  53. 06e478b logd: rework logic for LogTimeEntry by Tom Cherry · 6 years ago
  54. 96aeb62 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  55. 6d46142 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  56. 45b4968 logd: crash dumps on userdebug only by Mark Salyzyn · 6 years ago
  57. 9ff8155 Replace (unsigned) short with (u)int16_t. by Chih-Hung Hsieh · 6 years ago
  58. 43ddcc0 Merge "[logd] Modernize codebase by replacing NULL with nullptr" am: 55a9d58735 by Yi Kong · 6 years ago
  59. ad8b1cb Merge "Remove execute bit for source files" am: 29dcc952e8 by Yi Kong · 6 years ago
  60. 36feb15 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  61. 58a740f Remove execute bit for source files by Yi Kong · 6 years ago
  62. f94f8b4 Merge "logd: make behavior more consistent across builds." am: b7761b2673 by Elliott Hughes · 6 years ago
  63. 5e56371 logd: make behavior more consistent across builds. by Elliott Hughes · 6 years ago
  64. 9a6d908 Merge "logd: Stop calling prctl(PR_SET_KEEPCAPS, 1)" am: 7222199281 by Luis Hector Chavez · 6 years ago
  65. 0900311 logd: Stop calling prctl(PR_SET_KEEPCAPS, 1) by Luis Hector Chavez · 6 years ago
  66. 47bffe9 Merge "logd: Move the capabilities from file based to ambient" am: 28cd2a02b1 by Luis Hector Chavez · 6 years ago
  67. 93bcbe8 logd: Move the capabilities from file based to ambient by Luis Hector Chavez · 6 years ago
  68. c306470 Merge "Remove more bogus <stdbool.h> #includes from C++." am: e7020dc8e4 by android-build-prod (mdb) · 6 years ago
  69. e140c21 Remove more bogus <stdbool.h> #includes from C++. by Elliott Hughes · 6 years ago
  70. 95a90bc Merge "Logd: include app package name in selinux metadata" am: 24e87383f1 by Jeffrey Vander Stoep · 6 years ago
  71. 78beb5e Logd: include app package name in selinux metadata by Jeff Vander Stoep · 6 years ago
  72. 42ec64b Fixing a bug introduced due to refactoring var names by Max Bires · 7 years ago
  73. 26c656f Merge "logd: notify kernel log readers of new messages" am: 6a2686b0f3 by Tom Cherry · 6 years ago
  74. 6cd0de9 logd: notify kernel log readers of new messages by Tom Cherry · 6 years ago
  75. 8804f6b Make logd more aggressive when scanning for the position from which to resume logging. by Joe Onorato · 6 years ago
  76. 34aad62 logd: identical check access message data out of range by Mark Salyzyn · 6 years ago
  77. ae5c620 logd: identical check access message data out of range by Mark Salyzyn · 6 years ago
  78. 8c9953c Merge "Remove unreachable condition" am: a281389bf4 am: e94d4ab069 by Yi Kong · 6 years ago
  79. 90bcc18 Remove unreachable condition by Yi Kong · 6 years ago
  80. 066583b Merge "bpfmt." am: 0609e8d231 am: 2d0a142bf7 am: 55abaf8c05 by Elliott Hughes · 6 years ago
  81. 5fe2531 bpfmt. by Elliott Hughes · 6 years ago
  82. 1142c7d Merge "Use ro.logd.kernel for kernel logcat" am: cdf500be36 am: 0a0d997270 by Siarhei Vishniakou · 7 years ago
  83. cdf500b Merge "Use ro.logd.kernel for kernel logcat" by Treehugger Robot · 7 years ago
  84. 407f379 Merge "LogAudit: remove dynamic rate limiter" am: 9e7cec22e0 am: 02c5cf0f70 by Jeff Vander Stoep · 7 years ago
  85. b66ed0f LogAudit: remove dynamic rate limiter by Jeff Vander Stoep · 7 years ago
  86. de51e26 Use ro.logd.kernel for kernel logcat by Siarhei Vishniakou · 7 years ago
  87. 5b4859b Merge "Add suite component to test modules" am: 20bc9eb60b am: 09c1add1dd by Julien Desprez · 7 years ago
  88. f9368c9 Add suite component to test modules by Julien Desprez · 7 years ago
  89. e872327 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
  90. 818bf04 Revert "add aid check when writting into logd stats buffer. For now we require aid to be system." by Yao Chen · 7 years ago
  91. 2195ced Merge "Add OWNERS." am: a611a2d73b am: b14e59a1ce am: b291471ca6 by Elliott Hughes · 7 years ago
  92. a611a2d Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  93. 580310a Add OWNERS. by Elliott Hughes · 7 years ago
  94. 1aeb657 Merge "logd: enhance multiple blocking readers performance" am: 2ee4ff76fc am: 1550dd0791 by Hao Wang · 7 years ago
  95. 1550dd0 Merge "logd: enhance multiple blocking readers performance" am: 2ee4ff76fc by Hao Wang · 7 years ago
  96. 10d19f6 logd: enhance multiple blocking readers performance by Hao Wang · 7 years ago
  97. 708bb03 Merge "make log.tag.stats_log work for stats buffer." am: b1c61515ab am: 10da1d11ae by Yao Chen · 7 years ago
  98. 10da1d1 Merge "make log.tag.stats_log work for stats buffer." am: b1c61515ab by Yao Chen · 7 years ago
  99. b1c6151 Merge "make log.tag.stats_log work for stats buffer." by Treehugger Robot · 7 years ago
  100. 36eacf8 make log.tag.stats_log work for stats buffer. by Yao Chen · 7 years ago