1. 6b2b3b5 logcat: Map '-C' to 'logcat -v color' by Adnan Begovic · 9 years ago
  2. a5f6512 logcatd: unset pinning log files by Jaegeuk Kim · 5 years ago
  3. f92176b Documented range of event logtags used by Android Automotive. by Felipe Leme · 5 years ago
  4. aa68cb2 logcat: add 'device shut down' to error message upon EOF by Tom Cherry · 5 years ago
  5. 1923b0b Relax permissions on /data/misc/logd by Mike Ma · 5 years ago
  6. 9173e0c logcat: remove unused enum and #def by Tom Cherry · 5 years ago
  7. 0123ae5 Cleanup package_string() and its users by Tom Cherry · 5 years ago
  8. 232b397 Make android_logger_set_prune_list() sane by Tom Cherry · 5 years ago
  9. e081baa logcat: more error printing clean-up by Tom Cherry · 5 years ago
  10. fce9988 logcat: clean up handling of logd control commands with -f and -L by Tom Cherry · 5 years ago
  11. 1978016 logcat: improve --help and error messages by Tom Cherry · 5 years ago
  12. d53c6df Dup the correct fd for qemu pipe. by Erwin Jansen · 5 years ago
  13. e0e0e6f liblog: simplify logd 'command' functions and struct logger by Tom Cherry · 5 years ago
  14. b8b5625 logcat: fix logpersist.stop and logpersist.clear by Tom Cherry · 5 years ago
  15. 9110c80 logcat: fix logcatd / logpersist by Tom Cherry · 5 years ago
  16. 69251af logcat: modernize the code by Tom Cherry · 5 years ago
  17. ff718e5 logcat: remove the rest of liblogcat by Tom Cherry · 5 years ago
  18. 430ff55 Remove old logger_entry_v* formats by Tom Cherry · 5 years ago
  19. 6e6453c Change logpersist.start to sh_binary by Rashed Abdel-Tawab · 6 years ago
  20. 6a3e348 logcatd: fallocate and fadvise to logcat files by Jaegeuk Kim · 6 years ago
  21. 25e2c37 logcat: switch to <regex>. by Elliott Hughes · 6 years ago
  22. f4c5753 logcat: error on multiple PID argument by Steven Moreland · 6 years ago
  23. 87aaea9 Logcatd: remove some extra logic by Tian Baofeng · 6 years ago
  24. dc12905 logcat: add 'kernel' to defaults by Steven Moreland · 6 years ago
  25. 243e23e Logcatd: Add new properties control logcat file size and file count. by Tian, Baofeng · 6 years ago
  26. a051d7f Merge "Logtags for com.android.server.policy" by Treehugger Robot · 6 years ago
  27. cab5df8 Logtags for com.android.server.policy by Siarhei Vishniakou · 6 years ago
  28. 10a150f liblog: don't return 0xFFFFFFFF as an invalid log id. by Josh Gao · 6 years ago
  29. 0f6b6e9 DO NOT MERGE: Revert "Revert "Add dependencies on libprocessgroup for sched_policy users"" by Suren Baghdasaryan · 6 years ago
  30. a1c8352 DO NOT MERGE: Revert "Add dependencies on libprocessgroup for sched_policy users" by Suren Baghdasaryan · 6 years ago
  31. 1d6b373 Add dependencies on libprocessgroup for sched_policy users by Suren Baghdasaryan · 6 years ago
  32. 7ac0bbd Statically link liblog to logd/logcat and their tests by Tom Cherry · 6 years ago
  33. 498a95c Stop using __STRING unnecessarily. by Elliott Hughes · 6 years ago
  34. 4bfbd43 Convert more modules to Android.bp by Dan Willemsen · 6 years ago
  35. a1589c2 logcat: include 'kernel' and 'security' buffers in logcat --help by Tom Cherry · 6 years ago
  36. 4d1d0f9 Suppress implicit-fallthrough warnings. by Chih-Hung Hsieh · 7 years ago
  37. 20247ca logcat: Fix buffer size by Greg Kaiser · 7 years ago
  38. fe08413 logcat: fix print of logcat -g by Wei Wang · 7 years ago
  39. 65362d5 add event log range for audioserver by Eric Laurent · 7 years ago
  40. e22d08b logcat: tidy "logcat.h". by Elliott Hughes · 7 years ago
  41. 8813a97 Remove liblogcat. by Elliott Hughes · 7 years ago
  42. cc0934c Add event log tag for hidden API access logging. by Mathew Inwood · 7 years ago
  43. 06e0c57 Add a dummy entry for the 70220 event tag by Tom Cherry · 7 years ago
  44. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  45. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  46. 325095b Register an event logtag for stats logs. by Yao Chen · 7 years ago
  47. f8cb07e Create stats buffer in logd. by Stefan Lafon · 8 years ago
  48. 225782a Fix logcatd dependency in logpersist. by Calvin On · 7 years ago
  49. 8896ec9 logcat: Note in help that regexps are Perl-compatible by Brendan Jackman · 7 years ago
  50. c8d8d95 liblogcat: avoid double close. by Josh Gao · 7 years ago
  51. 4e6a744 <stdbool.h> not necessary in C++. by Elliott Hughes · 8 years ago
  52. c34577a Don't try to strip a shell script by Dan Willemsen · 8 years ago
  53. ff5eb95 logcat: transition to Android.bp by Mark Salyzyn · 8 years ago
  54. 681ec0f logcat: fix error propagation. by Mark Salyzyn · 8 years ago
  55. 966864c Merge "Fix clang-tidy performance warnings in system/core." by Chih-hung Hsieh · 8 years ago
  56. 4a0d11c Fix clang-tidy performance warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  57. 6ce7206 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  58. 0d314e9 logcat: Add missing newline to read failure by Luca Stefani · 8 years ago
  59. a7a22e1 logcat: logcatd: make logcatd killable by Mark Salyzyn · 8 years ago
  60. fd0baa6 logcat: -v thread help missing by Mark Salyzyn · 8 years ago
  61. 96db143 logcat: test: inject for *.event_tag_filter by Mark Salyzyn · 8 years ago
  62. 81f9d8f logcat: test: also check "failed to clear" in blocking_clear by Mark Salyzyn · 8 years ago
  63. 4ddbbb5 liblog: allow event tags to include some punctuations by Mark Salyzyn · 8 years ago
  64. 743705f liblog: logprint supports number of seconds time event field by Mark Salyzyn · 8 years ago
  65. 0123750 logcat: test: standardize rest() to let logs land when injecting by Mark Salyzyn · 8 years ago
  66. f9bdd50 logcatd: introduce logcatd executable by Mark Salyzyn · 8 years ago
  67. bc6eadb logcat: Add -h and --help flags by Mark Salyzyn · 8 years ago
  68. 1baef59 liblog: benchmark add BM_log_event_overhead_42 for a well known tag by Mark Salyzyn · 8 years ago
  69. 2408a2d logcat: test: run 256 simultaneous logcats by Mark Salyzyn · 8 years ago
  70. 86b3236 Emulator: enhance logcat -Q to handle qemu pipe device by bohu · 8 years ago
  71. c864b11 logcat: test: tail_# occasional failures by Mark Salyzyn · 8 years ago
  72. 341ef89 logcat: test -v epoch tail time by Mark Salyzyn · 8 years ago
  73. 70b6c9a liblogcat: free up log_device_t structures by Mark Salyzyn · 8 years ago
  74. 5aacd7e liblogcat: introduce getopt_long_r by Mark Salyzyn · 8 years ago
  75. 55d7e1b liblogcat: -v and ${ANDROID_PRINTF_LOG} support comma separated list by Mark Salyzyn · 8 years ago
  76. 5e0018b liblogcat: replace NULL with nullptr by Mark Salyzyn · 8 years ago
  77. 330e20d liblogcat: measure performance by Mark Salyzyn · 8 years ago
  78. d5d4b12 liblogcat: add simple stdout redirection by Mark Salyzyn · 8 years ago
  79. 2da43e3 liblogcat: redirect logcat output correctly for -Q by Mark Salyzyn · 8 years ago
  80. a550bfb liblogcat: LOCAL_C_INCLUDE_DIRS correction by Mark Salyzyn · 8 years ago
  81. 53d3682 liblogcat: add android_logcat_popen and android_logcat_system by Mark Salyzyn · 8 years ago
  82. 63a5b53 liblogcat: add android_logcat_run_command_thread by Mark Salyzyn · 8 years ago
  83. 1fe36b0 logcat: Create liblogcat by Mark Salyzyn · 8 years ago
  84. d5eaa91 logcat: Use std::string instead of large static buffer for -Q by Mark Salyzyn · 8 years ago
  85. c948bae logcat: Add coding style by Mark Salyzyn · 8 years ago
  86. fcbfea3 logcat: test: inject() tuning by Mark Salyzyn · 8 years ago
  87. f778f4b logcat: test: increase retry on fgetLongTimestamp to 4, and sleep to settle to 3 by Mark Salyzyn · 8 years ago
  88. a03865b logcat: test: inject messages if necessary for tail test requirements by Mark Salyzyn · 8 years ago
  89. 3fc1de9 logcat: do not report security buffer errors by Mark Salyzyn · 8 years ago
  90. 00b6616 logcat: unit test produces log stutter by Mark Salyzyn · 8 years ago
  91. db1e96c Merge "logcat: Fix --last usage option typo" am: 95a53b8b7a by Oleksiy Avramchenko · 8 years ago
  92. ad81458 logcat: Fix --last usage option typo by Oleksiy Avramchenko · 8 years ago
  93. 5265683 Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL" am: 9bfd9f558b by Mark Salyzyn · 8 years ago
  94. 8ccc1af Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL" by Treehugger Robot · 8 years ago
  95. 8e484eb Merge "liblog: move android_log_event_context class to log/log_event_list.h" by Mark Salyzyn · 8 years ago
  96. 8fcbbcd system/core: replace EVENT_TAG_MAP_FILE with NULL by Mark Salyzyn · 8 years ago
  97. d6c7748 liblog: move android_log_event_context class to log/log_event_list.h by Mark Salyzyn · 8 years ago
  98. 8f0a2b8 Merge "logcat: add hidden --debug flag and cleanup" am: c097c79b77 by Mark Salyzyn · 8 years ago
  99. 5850ea1 logcat: add hidden --debug flag and cleanup by Mark Salyzyn · 8 years ago
  100. b54cd73 Merge "liblog: logprint: report truncated event log contents if error" by Mark Salyzyn · 8 years ago