1. ebf43ad liblog: correct new APIs per the API review by Tom Cherry · 5 years ago
  2. f1a975b liblog: use int32_t and uint32_t for new NDK APIs by Tom Cherry · 5 years ago
  3. d620ec7 base: access all new liblog symbols through liblog_functions by Tom Cherry · 5 years ago
  4. 42ee2e4 libbase: Have LogdLogger use LOGGER_ENTRY_MAX_PAYLOAD for its buffer by Tom Cherry · 6 years ago
  5. 2ec6a53 liblog: use default tag for loggability checks if no tag is provided by Tom Cherry · 6 years ago
  6. 69ee5dd Move default tag from libbase to liblog by Tom Cherry · 6 years ago
  7. 0391a87 Move minimum log priority from libbase to liblog by Tom Cherry · 6 years ago
  8. 349b0c4 Move SetLogger and SetAborter from libbase to liblog by Tom Cherry · 6 years ago
  9. f633b62 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 6 years ago
  10. d044eaa base: remove LOG_TO(), PLOG_TO() and LOG_STREAM_TO() macros by Tom Cherry · 6 years ago
  11. 9921630 Require liblog for libbase in all configurations by Tom Cherry · 6 years ago
  12. 2819c0b Base: Explicitly set abort message on FATAL by Andreas Gampe · 7 years ago
  13. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  14. 3b70eed Remove unused logging symbols. by Tomasz Wasilczyk · 7 years ago
  15. 11a64eb libbase: fix libbase_test.logging.StdioLogger. by Elliott Hughes · 7 years ago
  16. 1be0d14 Add StdioLogger for command-line tools. by Elliott Hughes · 7 years ago
  17. 2507a04 base: kernel logging get pre-opened /dev/kmsg from environment by Mark Salyzyn · 7 years ago
  18. 5791e21 base: export GetThreadId. by Josh Gao · 7 years ago
  19. 1923e76 Base: Add default tag manipulation by Andreas Gampe · 7 years ago
  20. af05f3b Base: Add an NDK-compiled version of libbase by Andreas Gampe · 7 years ago
  21. c251600 Use LOG_TAG instead of binary name as a tag. by Tomasz Wasilczyk · 8 years ago
  22. 684b442 libcutils: Fix thread ID on macOS by Christopher N. Hesse · 9 years ago
  23. 0c68953 base: support logging before enter main function. by Yabin Cui · 9 years ago
  24. cfd5b08 system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 9 years ago
  25. b4e32f3 Base: Hand complete log message to aborter by Andreas Gampe · 9 years ago
  26. ff2dcd9 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  27. 1f5fb43 Base: Remove LOG_S variants. by Andreas Gampe · 9 years ago
  28. 19ff8f1 Base: Check severity in destructor by Andreas Gampe · 9 years ago
  29. 70f281a Remove mutex.h and its uses. by Pirama Arumuga Nainar · 9 years ago
  30. 63bdcb5 base: extract mutex.h from logging.cpp. by Josh Gao · 9 years ago
  31. 2691e33 Base: Add AbortFunction for logging by Andreas Gampe · 9 years ago
  32. 550829d Base: Add INTERNAL_FATAL to logging severity by Andreas Gampe · 9 years ago
  33. 7bc87a5 Move init's kernel logging into libbase. by Elliott Hughes · 9 years ago
  34. e5dd71a libbase should use its own logging! by Elliott Hughes · 9 years ago
  35. 4e5fd11 Add timestamps to libbase's stderr logging. by Elliott Hughes · 9 years ago
  36. 86cf941 Fix windows 64-bit builds by Dan Willemsen · 9 years ago
  37. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  38. 26f2e1f Merge changes Ic124ecb9,I94de55d2 by Josh Gao · 10 years ago
  39. 7df6b5f libbase: remove exit-time destructors. by Josh Gao · 10 years ago
  40. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 10 years ago
  41. 363af56 adb/base: minor compiler portability improvements by Spencer Low · 10 years ago
  42. 765ae6b base logging: fix errno restoring, severity conditionality, dangling ifs by Spencer Low · 10 years ago
  43. bdab59a libbase: logging fixes by Spencer Low · 10 years ago
  44. ac3f7d9 adb / libbase: clean up NOGDI and evil ERROR macro by Spencer Low · 10 years ago
  45. ea41c21 Add additional shielding against the ERROR macro. by Dan Albert · 10 years ago
  46. 5c19040 Support base::logging on Windows. by Dan Albert · 10 years ago
  47. 7a87d05 Cleanup base/logging. by Dan Albert · 10 years ago
  48. b547c85 Support arbitrary loggers. by Dan Albert · 10 years ago
  49. 0c05586 Support logging to other log buffers. by Dan Albert · 10 years ago
  50. 0cc351b Remove LogMessage::LogLineLowStack. by Dan Albert · 10 years ago
  51. 4b3f533 Include what we use. by Dan Albert · 10 years ago
  52. 7dfb61d Move gettid() into libcutils. by Dan Albert · 10 years ago
  53. 47328c9 Update string Split API. by Dan Albert · 10 years ago
  54. 58310b4 Add google3 style logging to libbase. by Dan Albert · 10 years ago