1. 3d8ca6b Simplify code by George Burgess IV · 7 years ago
  2. 78beb5e Logd: include app package name in selinux metadata by Jeff Vander Stoep · 7 years ago
  3. 42ec64b Fixing a bug introduced due to refactoring var names by Max Bires · 8 years ago
  4. 83799bf Merge "Remove misleading comment." by android-build-prod (mdb) · 7 years ago
  5. 6cd0de9 logd: notify kernel log readers of new messages by Tom Cherry · 7 years ago
  6. e5edc6e Remove misleading comment. by Elliott Hughes · 7 years ago
  7. b20eb24 Add a dummy entry for the 70220 event tag by Tom Cherry · 7 years ago
  8. 0802d1a Add missing @addtogroup tags. by Dan Albert · 7 years ago
  9. 8781267 Build /vendor/bin/logwrapper too. by Elliott Hughes · 7 years ago
  10. 6459dc9 Merge "logd: identical check access message data out of range" by Treehugger Robot · 7 years ago
  11. ae5c620 logd: identical check access message data out of range by Mark Salyzyn · 8 years ago
  12. 9329382 Merge changes I51635278,I04c0038e by Treehugger Robot · 8 years ago
  13. f85c523 liblog: save errno through log writing by Mark Salyzyn · 8 years ago
  14. 90bcc18 Remove unreachable condition by Yi Kong · 8 years ago
  15. e2df242 Merge "Expose __android_log_buf_print and __android_log_buf_write to NDK" by Treehugger Robot · 8 years ago
  16. 00a359e Expose __android_log_buf_print and __android_log_buf_write to NDK by Tom Cherry · 8 years ago
  17. 5fe2531 bpfmt. by Elliott Hughes · 8 years ago
  18. 792f8c1 Make log_event_list.h available to vendor code. by Pavel Grafov · 8 years ago
  19. 188a21c Doxygen format <android/log.h>. by Elliott Hughes · 8 years ago
  20. 4ff8120 Merge "Fixing app compat issue b/72143978" by Treehugger Robot · 8 years ago
  21. 91d5a8a Fixing app compat issue b/72143978 by Ian Pedowitz · 8 years ago
  22. b290486 Merge "liblog: clock_gettime, clock_getres and time benchmarks" by Treehugger Robot · 8 years ago
  23. d0a68c0 Merge "liblog: benchmarks use google-benchmark library" by Treehugger Robot · 8 years ago
  24. cdf500b Merge "Use ro.logd.kernel for kernel logcat" by Treehugger Robot · 8 years ago
  25. 952a58b liblog: clock_gettime, clock_getres and time benchmarks by Mark Salyzyn · 8 years ago
  26. cecd60d liblog: benchmarks use google-benchmark library by Mark Salyzyn · 8 years ago
  27. 9911175 Improve ALOGV compatiblity with clang-tidy by Krzysztof Wesolowski · 8 years ago
  28. 00fe801 Remove obsolete workaround. by Elliott Hughes · 8 years ago
  29. 09e9026 Use override_export_include_dirs. by Steven Moreland · 8 years ago
  30. b66ed0f LogAudit: remove dynamic rate limiter by Jeff Vander Stoep · 8 years ago
  31. de51e26 Use ro.logd.kernel for kernel logcat by Siarhei Vishniakou · 8 years ago
  32. f9368c9 Add suite component to test modules by Julien Desprez · 8 years ago
  33. a611a2d Merge "Add OWNERS." by Elliott Hughes · 8 years ago
  34. 580310a Add OWNERS. by Elliott Hughes · 8 years ago
  35. b4d9320 Merge "DO NOT MERGE: Merge Oreo MR1 into master" by Xin Li · 8 years ago
  36. 0713f28 DO NOT MERGE: Merge Oreo MR1 into master by Xin Li · 8 years ago
  37. 1550dd0 Merge "logd: enhance multiple blocking readers performance" am: 2ee4ff76fc by Hao Wang · 8 years ago
  38. 2ee4ff7 Merge "logd: enhance multiple blocking readers performance" by Treehugger Robot · 8 years ago
  39. 10d19f6 logd: enhance multiple blocking readers performance by Hao Wang · 8 years ago
  40. 10da1d1 Merge "make log.tag.stats_log work for stats buffer." am: b1c61515ab by Yao Chen · 8 years ago
  41. b1c6151 Merge "make log.tag.stats_log work for stats buffer." by Treehugger Robot · 8 years ago
  42. 36eacf8 make log.tag.stats_log work for stats buffer. by Yao Chen · 8 years ago
  43. e474fe4 Merge "Remove unnecessary restorecon." am: 31bdc1b2cd by Joel Galenson · 8 years ago
  44. 372e425 Merge "std::string_view is no longer experimental." am: c8022a3efc by Elliott Hughes · 8 years ago
  45. 31bdc1b Merge "Remove unnecessary restorecon." by Treehugger Robot · 8 years ago
  46. 3d37a96 std::string_view is no longer experimental. by Elliott Hughes · 8 years ago
  47. f059057 Remove unnecessary restorecon. by Joel Galenson · 8 years ago
  48. 7a0d0e1 Merge changes from topic "stats_log" am: 68f2c85354 by yaochen · 8 years ago
  49. cb98b82 Register an event logtag for stats logs. by Yao Chen · 8 years ago
  50. 5f25ab9 Create stats buffer in logd. by Stefan Lafon · 8 years ago
  51. 366f1bd Merge commit 'a63ccea6abc7ea02e2d98e41c80793ca97237bd3' from by Xin Li · 8 years ago
  52. 24e6113 Merge "Fix logcatd dependency in logpersist." am: d0406316fe by Calvin On · 8 years ago
  53. 75460e3 Fix logcatd dependency in logpersist. by Calvin On · 8 years ago
  54. 15594a5 Merge "Buffer overrun in __android_log_is_loggable() fix" am: 35fc00124b by Mark Salyzyn · 8 years ago
  55. 043810b Buffer overrun in __android_log_is_loggable() fix by Paul Elliott · 8 years ago
  56. 2347742 Merge "logcat: Note in help that regexps are Perl-compatible" am: 1e11f6eee2 by Brendan Jackman · 8 years ago
  57. 1e11f6e Merge "logcat: Note in help that regexps are Perl-compatible" by Treehugger Robot · 8 years ago
  58. ff843cf logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 8 years ago
  59. 170d279 Merge "Allow stats buffer to be empty in liblog CTS." am: 41a9b3c81d by Yao Chen · 8 years ago
  60. 927c8b7 Allow stats buffer to be empty in liblog CTS. by Yao Chen · 8 years ago
  61. 4ca0c4e Merge "Don't use TEMP_FAILURE_RETRY on close()" am: cc24c04934 by Nick Kralevich · 8 years ago
  62. cc24c04 Merge "Don't use TEMP_FAILURE_RETRY on close()" by Treehugger Robot · 8 years ago
  63. 2691e00 Don't use TEMP_FAILURE_RETRY on close() by Nick Kralevich · 8 years ago
  64. 5fbd41e Merge "liblogcat: avoid double close." am: 76ecdd6a95 by Josh Gao · 8 years ago
  65. 4c1fab7 liblogcat: avoid double close. by Josh Gao · 8 years ago
  66. de971d8 resolve merge conflicts of 1b51c7a07 to stage-aosp-master am: 94c887a211 by Elliott Hughes · 8 years ago
  67. 94c887a resolve merge conflicts of 1b51c7a07 to stage-aosp-master by Elliott Hughes · 8 years ago
  68. 1b51c7a Merge "<stdbool.h> not necessary in C++." by Treehugger Robot · 8 years ago
  69. 5922d13 <stdbool.h> not necessary in C++. by Elliott Hughes · 8 years ago
  70. 82e21a5 Add vendor_available to liblog_headers. am: 5a5d263c7b -s ours by Steven Moreland · 8 years ago
  71. 5a5d263 Add vendor_available to liblog_headers. by Steven Moreland · 8 years ago
  72. a342874 Merge "Make liblog headers compile stand-alone." am: fe3551e9dc am: cde670b478 by Jayant Chowdhary · 8 years ago
  73. cde670b Merge "Make liblog headers compile stand-alone." am: fe3551e9dc by Jayant Chowdhary · 8 years ago
  74. 08e3f7f Make liblog headers compile stand-alone. by Jayant Chowdhary · 8 years ago
  75. 13fa364 Merge "Hide implementation details of log_time struct" am: fc6b5efcd9 am: 98298c5d30 by Jayant Chowdhary · 8 years ago
  76. 98298c5 Merge "Hide implementation details of log_time struct" am: fc6b5efcd9 by Jayant Chowdhary · 8 years ago
  77. fc6b5ef Merge "Hide implementation details of log_time struct" by Jayant Chowdhary · 8 years ago
  78. 7a6e834 Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" into oc-mr1-dev by Mark Salyzyn · 8 years ago
  79. 1cedb7f Hide implementation details of log_time struct by Jiyong Park · 8 years ago
  80. 9cc9f00 Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" am: 99691dfc74 am: bbb21d6ad6 by Mark Salyzyn · 8 years ago
  81. bbb21d6 Merge "CtsLogdTestCases#sepolicy_rate_limiter failure" am: 99691dfc74 by Mark Salyzyn · 8 years ago
  82. bba885c CtsLogdTestCases#sepolicy_rate_limiter failure by Mark Salyzyn · 8 years ago
  83. 6b07c92 CtsLogdTestCases#sepolicy_rate_limiter failure by Mark Salyzyn · 8 years ago
  84. 27a79ca Merge "Remove default libraries" am: 8b7feee38f am: 17bdc08a65 am: 55181f7cdd by Dan Willemsen · 8 years ago
  85. 17bdc08 Merge "Remove default libraries" am: 8b7feee38f by Dan Willemsen · 8 years ago
  86. 1a292ee Remove default libraries by Dan Willemsen · 8 years ago
  87. 15125dc Remove pstore related unit tests from CTS am: cbf7e44908 by Yoshitaka Seto · 8 years ago
  88. cbf7e44 Remove pstore related unit tests from CTS by Yoshitaka Seto · 8 years ago
  89. 56e6899 Add vendor_available to liblog_headers. am: aa3430aba3 -s ours am: 30ab054e7b -s ours by Steven Moreland · 8 years ago
  90. 96b8e41 Add sys/cdefs.h to log/log_main.h. am: af67280339 am: 9f74f5735d by Yifan Hong · 8 years ago
  91. 30ab054 Add vendor_available to liblog_headers. am: aa3430aba3 -s ours by Steven Moreland · 8 years ago
  92. 9f74f57 Add sys/cdefs.h to log/log_main.h. am: af67280339 by Yifan Hong · 8 years ago
  93. 0be2d8c Merge changes from topic "hide_log_time" into oc-mr1-dev am: cd00582000 by Jiyong Park · 8 years ago
  94. aa3430a Add vendor_available to liblog_headers. by Steven Moreland · 8 years ago
  95. af67280 Add sys/cdefs.h to log/log_main.h. by Yifan Hong · 8 years ago
  96. 0133b8c Hide implementation details of log_time struct by Jiyong Park · 8 years ago
  97. 65944bd Merge "Suppress false-positive static analyzer warnings" am: 340d9514c9 am: c441e1c7e9 by Ting-Yuan Huang · 8 years ago
  98. c441e1c Merge "Suppress false-positive static analyzer warnings" am: 340d9514c9 by Ting-Yuan Huang · 8 years ago
  99. 340d951 Merge "Suppress false-positive static analyzer warnings" by Treehugger Robot · 8 years ago
  100. ca6822f Suppress false-positive static analyzer warnings by Ting-Yuan Huang · 8 years ago