1. 333a898 Workaround bad markdown parser. by Dan Albert · 5 years ago
  2. 747015c Merge "liblog: remove LIBLOG_WEAK" by Tom Cherry · 5 years ago
  3. 56b3743 liblog: remove LIBLOG_WEAK by Tom Cherry · 5 years ago
  4. ba406b2 logd: remove SELinux dup handling by Nick Kralevich · 5 years ago
  5. 8c8fd2f introduce auditctl and use it to configure SELinux throttling by Nick Kralevich · 5 years ago
  6. c149a1e Merge "Version liblog LL-NDK library" by Treehugger Robot · 5 years ago
  7. 7c5ba9f Version liblog LL-NDK library by Vic Yang · 5 years ago
  8. 87c2aa7 Merge "Logtags for com.android.server.policy" by Treehugger Robot · 5 years ago
  9. 6bddf7b Logtags for com.android.server.policy by Siarhei Vishniakou · 5 years ago
  10. d4c1a03 liblog: don't return 0xFFFFFFFF as an invalid log id. by Josh Gao · 5 years ago
  11. 92a6bae Suppress -Wstring-plus-int warning by Yi Kong · 5 years ago
  12. 7f0d1cc __android_log_is_debuggable() shouldn't be an apex symbol by Tom Cherry · 5 years ago
  13. cc1701d liblog: add stubs variant by Tom Cherry · 5 years ago
  14. 53472fc Merge "liblog: make liblog_headers truly stand-alone." by Elliott Hughes · 5 years ago
  15. 02f0e9c liblog: make liblog_headers truly stand-alone. by Elliott Hughes · 5 years ago
  16. 96e06ea liblog: simplify socket_local_client() and always use CLOEXEC by Tom Cherry · 5 years ago
  17. 3d6a878 liblog: remove visibility macros by Tom Cherry · 5 years ago
  18. 0de2ab8 Actually add right instant app boilerplate. by Tom Cherry · 5 years ago
  19. 3277848 Add "instant app" boilerplate. by Tom Cherry · 5 years ago
  20. 3b5f443 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 5 years ago
  21. 05fb4f1 Merge "Read selinux_denial_metadata from /vendor" by Tri Vo · 5 years ago
  22. 3e671a5 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 5 years ago
  23. 6a78714 Convert Android.mk file to Android.bp by Sasha Smundak · 5 years ago
  24. e71dbf7 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 5 years ago
  25. 66d7b61 Read selinux_denial_metadata from /vendor by Tri Vo · 5 years ago
  26. e5c06e4 Merge changes from topic "move sched_policy functions" by Suren Baghdasaryan · 5 years ago
  27. 9fbe122 Merge "Add a version script for liblog for the platform" by Tom Cherry · 5 years ago
  28. bab6361 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  29. 9d70b18 Remove LOCAL_MODULE_TAGS := debug by Dan Willemsen · 6 years ago
  30. d3c83f6 Add a version script for liblog for the platform by Tom Cherry · 6 years ago
  31. 5203752 Statically link liblog to logd/logcat and their tests by Tom Cherry · 6 years ago
  32. 771acec Merge "Remove liblog/uio.c and <log/uio.h>" by Tom Cherry · 6 years ago
  33. 4c287a7 Merge "Remove __android_log_event_list and the reader aspect of android_log_event_list" by Tom Cherry · 6 years ago
  34. 440e035 Fix clang-tidy warnings in log_time.h by Bernie Innocenti · 6 years ago
  35. 4989899 Merge "logd: use .clang-format-4 like the rest of system/core" by Treehugger Robot · 6 years ago
  36. e78af0c Merge "Remove liblog's rate limiting" by Treehugger Robot · 6 years ago
  37. 55721f7 Merge "liblog: statically link tests" by Tom Cherry · 6 years ago
  38. 0d2f6bb Remove __android_log_event_list and the reader aspect of android_log_event_list by Tom Cherry · 6 years ago
  39. da912ba logd: use .clang-format-4 like the rest of system/core by Tom Cherry · 6 years ago
  40. ebebf69 Remove liblog/uio.c and <log/uio.h> by Tom Cherry · 6 years ago
  41. 07c41cd Merge "Use #pragma one for all liblog includes" by Tom Cherry · 6 years ago
  42. 62a4033 Merge "Remove <log/logd.h> and <log/logger.h>" by Treehugger Robot · 6 years ago
  43. e336018 Use #pragma one for all liblog includes by Tom Cherry · 6 years ago
  44. 467ceb4 Merge "Remove checks for _USING_LIBCXX" by Treehugger Robot · 6 years ago
  45. b796888 Remove liblog's rate limiting by Tom Cherry · 6 years ago
  46. bbe5aba Merge "Remove __ANDROID_USE_LIBLOG_* guards" by Treehugger Robot · 6 years ago
  47. 8df2008 Remove <log/logd.h> and <log/logger.h> by Tom Cherry · 6 years ago
  48. fecdad5 Remove __ANDROID_USE_LIBLOG_* guards by Tom Cherry · 6 years ago
  49. 6efe3ba Remove checks for _USING_LIBCXX by Tom Cherry · 6 years ago
  50. f623f02 liblog: convert to C++ by Tom Cherry · 6 years ago
  51. 18311e3 liblog: statically link tests by Tom Cherry · 6 years ago
  52. 603188e liblog: remove LOGGER_LOCAL by Tom Cherry · 6 years ago
  53. 046dc32 Merge "liblog: convert README to markdown" by Treehugger Robot · 6 years ago
  54. c05f2c7 liblog: convert README to markdown by Tom Cherry · 6 years ago
  55. dd88a26 Use the existing .clang-format-2 for liblog by Tom Cherry · 6 years ago
  56. f98327f Merge "logd: improve logd prune" by Tom Cherry · 6 years ago
  57. 1530e7c logd: improve logd prune by Jintao Zhu · 6 years ago
  58. f795e00 improve LogBufferElement copy constructor by Jintao Zhu · 6 years ago
  59. 491b824 Fix null pointer dereference in auditParse by Dan Austin · 6 years ago
  60. 5535349 Stop using __STRING unnecessarily. by Elliott Hughes · 6 years ago
  61. 3e6f9d8 logd: fix memory leak due to slow reader by Jintao_Zhu · 6 years ago
  62. b0cb734 Merge "Add missing <android/log.h> documentation." by Elliott Hughes · 6 years ago
  63. cfec0ad Add missing <android/log.h> documentation. by Elliott Hughes · 6 years ago
  64. 6a207b1 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  65. e294420 Merge "liblog: Fix memory leaks" by Treehugger Robot · 6 years ago
  66. 60bf9c7 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  67. 3d92dbb Merge "logcat: include 'kernel' and 'security' buffers in logcat --help" by Treehugger Robot · 6 years ago
  68. b3b7f66 logcat: include 'kernel' and 'security' buffers in logcat --help by Tom Cherry · 6 years ago
  69. 38656ef logd: clear timeout if no start time is given by Tom Cherry · 6 years ago
  70. 06e478b logd: rework logic for LogTimeEntry by Tom Cherry · 6 years ago
  71. 4e2d856 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 6 years ago
  72. 96aeb62 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  73. 32851b2 liblog: Fix memory leaks by George Burgess IV · 6 years ago
  74. c541987 Declare __fake_use_va_args as a constexpr function. by Chih-Hung Hsieh · 6 years ago
  75. abe7650 Merge "liblog#__android_log_btwrite__android_logger_list_read fail" by Tom Cherry · 6 years ago
  76. 090fba2 Merge "Suppress implicit-fallthrough warnings." by Chih-hung Hsieh · 6 years ago
  77. 6d46142 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  78. e4b5cc1 liblog#__android_log_btwrite__android_logger_list_read fail by Yuxian Xu · 6 years ago
  79. 1d0081f logcat: Fix buffer size by Greg Kaiser · 6 years ago
  80. 8b58417 logcat: fix print of logcat -g by Wei Wang · 6 years ago
  81. 5296cea Merge "logd: crash dumps on userdebug only" by Treehugger Robot · 6 years ago
  82. 45b4968 logd: crash dumps on userdebug only by Mark Salyzyn · 6 years ago
  83. 9ff8155 Replace (unsigned) short with (u)int16_t. by Chih-Hung Hsieh · 6 years ago
  84. ad8ca68 Merge "liblog: Add functions to reset log context" am: a34a54e8a9 by Suren Baghdasaryan · 6 years ago
  85. a34a54e Merge "liblog: Add functions to reset log context" by Treehugger Robot · 6 years ago
  86. 230ddbd liblog: Add functions to reset log context by Suren Baghdasaryan · 6 years ago
  87. bf6c031 Merge "Suppress gnu-zero-variadic-macro-arguments warning." am: ff01e54285 by Chih-Hung Hsieh · 6 years ago
  88. bff0dfa Suppress gnu-zero-variadic-macro-arguments warning. by Chih-Hung Hsieh · 6 years ago
  89. 2f15588 Merge "Declare __fake_use_va_args as a variadic function." am: e352a75b90 by Chih-Hung Hsieh · 6 years ago
  90. b19450a Declare __fake_use_va_args as a variadic function. by Chih-Hung Hsieh · 6 years ago
  91. e884ed7 Merge "Declare __FAKE_USE_VA_ARGS as a variadic function." am: 835d76496d by Chih-hung Hsieh · 6 years ago
  92. b891df8 Declare __FAKE_USE_VA_ARGS as a variadic function. by Chih-Hung Hsieh · 6 years ago
  93. 6620b30 Merge "Use __VA_ARGS__ when in clang static analyzer." am: f07dbdd022 by Chih-hung Hsieh · 6 years ago
  94. eb39f2c Use __VA_ARGS__ when in clang static analyzer. by Chih-Hung Hsieh · 6 years ago
  95. 43ddcc0 Merge "[logd] Modernize codebase by replacing NULL with nullptr" am: 55a9d58735 by Yi Kong · 6 years ago
  96. ad8b1cb Merge "Remove execute bit for source files" am: 29dcc952e8 by Yi Kong · 6 years ago
  97. 39bee0a Merge "Modernize codebase by replacing NULL with nullptr" am: 9154fbc8df by Yi Kong · 6 years ago
  98. 55a9d58 Merge "[logd] Modernize codebase by replacing NULL with nullptr" by Yi Kong · 6 years ago
  99. 36feb15 [logd] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  100. 29dcc95 Merge "Remove execute bit for source files" by Yi Kong · 6 years ago