1. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/logging_linux.cc]
  2. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  3. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago[Renamed from src/logging_linux.cc]
  4. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  5. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 13 years ago
  6. 55d5ea6 Make strace(1) output more readable by using a single write(2) for logging. by Elliott Hughes · 13 years ago
  7. c073b07 Switch the handful of std::endl users over to the predominant "\n". by Elliott Hughes · 13 years ago
  8. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 13 years ago
  9. b92bcab Fix run-test on host. by TDYa127 · 13 years ago
  10. c1e041a Include the filename and line number in FATAL logging. by Elliott Hughes · 13 years ago
  11. 9ee5f9c Make all FATAL-related output appear as 'F' log output. by Elliott Hughes · 13 years ago
  12. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  13. 3ea7e99 Add support for the Android-specific DEBUG and VERBOSE log levels. by Elliott Hughes · 13 years ago
  14. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  15. 42ee142 Log line-at-a-time to work around Android logging lossage. by Elliott Hughes · 13 years ago
  16. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  17. ce8d9f5 Reset the stream state at the end of each line of logging. by Elliott Hughes · 13 years ago
  18. ad107ab Remove author attributions. by Carl Shapiro · 13 years ago
  19. ffe6736 Implement Runtime::Abort and switch LOG(FATAL) over to it. by Elliott Hughes · 13 years ago
  20. eb4f614 Flesh out the logging implementation. by Elliott Hughes · 13 years ago