1. 12bac90 logd: initial checkin. by Mark Salyzyn · 11 years ago
  2. 17ec52c logcat: test: add clear and blocking check by Mark Salyzyn · 11 years ago
  3. 39f23b1 Merge "system/core LP64 cleanup." by Elliott Hughes · 11 years ago
  4. 257f079 system/core LP64 cleanup. by Elliott Hughes · 11 years ago
  5. 16ff667 Fix code style, put unused in the end by Kristian Monsen · 11 years ago
  6. 2db1531 Merge changes I70ab37d5,I716f89c0,I34c96adf,I77650923,I35b0d1ee, ... by Mark Salyzyn · 11 years ago
  7. 69eca9a Merge "Fixes some warnings" by Kristian Monsen · 11 years ago
  8. 448073b Fixes some warnings by Kristian Monsen · 11 years ago
  9. 64bf668 liblog: support struct logger_event_v2 format by Mark Salyzyn · 11 years ago
  10. 3aae70c liblog: update timestamp on NOTICE file by Mark Salyzyn · 11 years ago
  11. 2256e2f logcat: Add -T flag (-t w/o assumption of -d) by Mark Salyzyn · 11 years ago
  12. 12af965 logcat: Add logcat test suite by Mark Salyzyn · 11 years ago
  13. 27623cf liblog: Add cpu utilization test by Mark Salyzyn · 11 years ago
  14. fb2a5da liblog: Add liblog test suite by Mark Salyzyn · 11 years ago
  15. d736bce liblog: deprecate export LOGGER ioctl definitions by Mark Salyzyn · 11 years ago
  16. 85d20ae liblog: deprecate export of LOGGER_LOG_* defines by Mark Salyzyn · 11 years ago
  17. d534149 liblog: Add README by Mark Salyzyn · 11 years ago
  18. a43a43c liblog: resolve build warning messages by Mark Salyzyn · 11 years ago
  19. 2c9fa86 liblog: high CPU usage from logcat by Mark Salyzyn · 11 years ago
  20. 57f3483 liblog: fix build again by Colin Cross · 11 years ago
  21. ccb1653 liblog: git_master@964770 build problem by Mark Salyzyn · 11 years ago
  22. 2a8a6aa logcat: Incorporate liblog reading API by Mark Salyzyn · 11 years ago
  23. d4e280d liblog: Interface to support abstracting log read by Mark Salyzyn · 11 years ago
  24. c73e2b1 liblog: whitespace cleanup by Mark Salyzyn · 11 years ago
  25. b1512c2 system/core 64-bit cleanup. by Elliott Hughes · 11 years ago
  26. 0cd5a9f Merge "logwrapper: fix missing include" by JP Abgrall · 11 years ago
  27. c071c31 logwrapper: fix missing include by William Roberts · 11 years ago
  28. b1b3a77 Add new cert_pin_failure tag that can be used in user-consent filtering. by William Luh · 11 years ago
  29. a84beb1 Create a separate copy of the fsck logs by Ken Sumrall · 11 years ago
  30. e355ded Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  31. 3d3dde7 remove unused SF event log tags by Mathias Agopian · 11 years ago
  32. 54ec944 logwrapper: Add ability to log to kernel log by Ken Sumrall · 11 years ago
  33. 296ac85 liblogwrap: use POLLHUP flag to check when a child dies by Rom Lemarchand · 12 years ago
  34. 83dcb01 am 32f33c14: am e625f32f: Merge "liblog: fix fd leakage" by Nick Kralevich · 12 years ago
  35. 32f33c1 am e625f32f: Merge "liblog: fix fd leakage" by Nick Kralevich · 12 years ago
  36. e625f32 Merge "liblog: fix fd leakage" by Nick Kralevich · 12 years ago
  37. 5d051c1 liblog: fix fd leakage by Nick Kralevich · 12 years ago
  38. fa528af liblogwrap: lock android_fork_execvp by Rom Lemarchand · 12 years ago
  39. af14edf liblogwrap: replace loops with calls to TEMP_FAILURE_RETRY by Rom Lemarchand · 12 years ago
  40. 5b8d0b8 logwrap lib: make logwrapper less verbose when told to not log by JP Abgrall · 12 years ago
  41. 998f9c2 logwrap: Change semantics of NULL status in android_fork_execvp by Rom Lemarchand · 12 years ago
  42. a155c2f am 4169235b: (-s ours) Reset to state of AOSP (i.e. MR1.1 + AOSP contributions). DO NOT MERGE. by Jean-Baptiste Queru · 12 years ago
  43. a6b026b am c9e005f2: (-s ours) am 11a230a8: reset to 016806a7, but keep bad history for fast forward by Ed Heyl · 12 years ago
  44. 4169235 Reset to state of AOSP (i.e. MR1.1 + AOSP contributions). DO NOT MERGE. by Jean-Baptiste Queru · 12 years ago
  45. c9e005f am 11a230a8: reset to 016806a7, but keep bad history for fast forward by Ed Heyl · 12 years ago
  46. 11a230a reset to 016806a7, but keep bad history for fast forward by Ed Heyl · 12 years ago
  47. 905a06c logwrapper: rename logwrap() to android_fork_execvp() by Rom Lemarchand · 12 years ago
  48. b34619d logwrap: add quiet flag to logwrap() by Rom Lemarchand · 12 years ago
  49. 7219942 Merge "logwrap: Replace sigprocmask with pthread_sigmask" by Rom Lemarchand · 12 years ago
  50. 176ccec Merge "logwrap: wait for child process when receiving SIGINT or SIGQUIT" by Rom Lemarchand · 12 years ago
  51. 9bd6fc7 logwrap: Replace sigprocmask with pthread_sigmask by Rom Lemarchand · 12 years ago
  52. 237796c logwrap: wait for child process when receiving SIGINT or SIGQUIT by Rom Lemarchand · 12 years ago
  53. e90500f logwrap: ensure child exits with _exit by Rom Lemarchand · 12 years ago
  54. b224253 logwrap: remove unnecessary call to setuid/setgid by Rom Lemarchand · 12 years ago
  55. 505247c logwrap: fix off by 1 argument error by Rom Lemarchand · 12 years ago
  56. bb4d154 logwrapper: switch to signal handlers for SIGCHLD by Rom Lemarchand · 12 years ago
  57. 0f9c142 logwrapper: prevent logwrap from hanging when child dies by Rom Lemarchand · 12 years ago
  58. 72722b2 logwrapper: split into liblogwrap and the executable itself by Rom Lemarchand · 12 years ago
  59. 01891c3 Revert "Remove -d option from logwrapper" by Rom Lemarchand · 12 years ago
  60. e91106e Remove -d option from logwrapper by Rom Lemarchand · 12 years ago
  61. 03b195d am 0c47c682: am 81077e5f: Merge "Use Rlog instead of Log" by Wink Saville · 12 years ago
  62. bf76252 Use Rlog instead of Log by Wink Saville · 12 years ago
  63. 8ff485f Use Rlog instead of Log by Wink Saville · 12 years ago
  64. 771436b am 1e3cab0b: (-s ours) am 1683413f: Merge "DO NOT MERGE Add event log tag for cert pin failures." into jb-mr1-dev by Geremy Condra · 12 years ago
  65. 1d81dc5 DO NOT MERGE Add event log tag for cert pin failures. by Geremy Condra · 12 years ago
  66. 85fbfa8 Add event log tag for cert pin failures. by Geremy Condra · 12 years ago
  67. e24f2c6 am 753b96cf: am dd56039c: Merge "Fixed an unused param warning in logcat" by Stephen Hines · 12 years ago
  68. e8bad52 Collapse IMS tags into a prefix check. by Jeff Sharkey · 12 years ago
  69. ff5c94d Fixed an unused param warning in logcat by Edwin Vane · 12 years ago
  70. 84400a0 Force IMS logging into radio log. by Jeff Sharkey · 12 years ago
  71. bdd49b7 Added logtags for errors in bionic. by Geremy Condra · 12 years ago
  72. 1f381a9 Make a liblog.so for the host too. by Elliott Hughes · 13 years ago
  73. 00b61c3 am bd52ff3e: am 4b91e332: am 52947dbf: Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 13 years ago
  74. 52947db Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 13 years ago
  75. c045b8a Merge commit 'c4fd60b' by Mike Lockwood · 13 years ago
  76. 1721d9e Added rules to build 64-bit libraries: lib64cutils.a and lib64log.a by Andrew Hsieh · 13 years ago
  77. 3bd7363 Merge "Fixed two 64-bit porting issues; Make pid/tid type consistent" by Andrew Hsieh · 13 years ago
  78. 1c38515 Fixed two 64-bit porting issues; Make pid/tid type consistent by Andrew Hsieh · 13 years ago
  79. 54344fe am 72249325: am 428a6e3f: am 5c2d43c5: Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 13 years ago
  80. 5c2d43c Merge "logwrapper: reduce verbosity and fix usage" by Jean-Baptiste Queru · 13 years ago
  81. f61d1c2 logwrapper: reduce verbosity and fix usage by Tanguy Pruvot · 13 years ago
  82. 223d127 fix "logcat -c ; logcat -d" hang. by Nick Kralevich · 13 years ago
  83. 5919ab3 am abffc7f7: (-s ours) am 9c86eda8: Merge changes Iff15ac5e,I52fce957,I6c2a1d56,I929ea38b,Ia0476219,Ia9a357de,Ifb82ae2c by Jean-Baptiste Queru · 13 years ago
  84. 9c86eda Merge changes Iff15ac5e,I52fce957,I6c2a1d56,I929ea38b,Ia0476219,Ia9a357de,Ifb82ae2c by Jean-Baptiste Queru · 13 years ago
  85. a530f56 Rename (IF_)LOG() to (IF_)ALOG() by Steve Block · 13 years ago
  86. 5b5c282 Merge remote branch 'goog/ics-mr1' into ics-aah by Ed Heyl · 13 years ago
  87. 31922bd am 1b3c4299: am 70212a40: Merge "Gracefully handle truncated log messages." into ics-mr1 by Jeff Sharkey · 13 years ago
  88. 059ac70 Gracefully handle truncated log messages. by Jeff Sharkey · 13 years ago
  89. cd3de99 undo reset to ics-mr1 until we have a better method by Ed Heyl · 13 years ago
  90. ea0bb1e reset to ics-mr1, but keep history by Ed Heyl · 13 years ago
  91. 78e565b Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE by Steve Block · 13 years ago
  92. 2f2789a liblog: do better checks of log messages. by Nick Kralevich · 13 years ago
  93. 9ec8523 logcat: add sanity check by Nick Kralevich · 13 years ago
  94. 32be08b liblog: ensure that the message length is consistent by Nick Kralevich · 13 years ago
  95. fa7c09a Add checking for log entry format by Kenny Root · 13 years ago
  96. 5a71d69 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  97. 4917699 Fix SDK build. by Brett Chabot · 13 years ago
  98. 2982654 Fix build warnings by Glenn Kasten · 13 years ago
  99. 517c892 Remove two unused event log tags. by Carl Shapiro · 14 years ago
  100. 24fb8cf am 730bf504: am fe2daa6f: add graphics events to the eventlog definitions by Mathias Agopian · 14 years ago