1. 369810a ART: Allow scoped adjustments to log verbosity by Andreas Gampe · 10 years ago
  2. ed95754 ART: Print INTERNAL_FATAL Log messages immediately by Andreas Gampe · 10 years ago
  3. b8f2f63 Implement LogLineLowStack() properly. by Vladimir Marko · 10 years ago
  4. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 10 years ago
  5. 015b137 Tidy gAborting. by Ian Rogers · 10 years ago
  6. f4d4da1 Allow JNI AttachCurrentThread to fail if not enough stack. by Ian Rogers · 10 years ago
  7. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 10 years ago
  8. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  9. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  10. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  11. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  12. 42d65c5 Add an option to specify a list of methods for LIR dumping. by Mingyao Yang · 10 years ago
  13. 43b2e0f Fix multi-line hex dumping and add unit test. by Ian Rogers · 11 years ago
  14. b400da0 Fix 64bit issues in logging code. by Ian Rogers · 11 years ago
  15. 1e363f9 Use a UniquePtr to clean up global logging std::string*s. by Ian Rogers · 11 years ago
  16. a3d2718 Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug build in master by Brian Carlstrom · 11 years ago
  17. 442cd6e Fix logging memory leak. by Sebastien Hertz · 11 years ago
  18. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  19. f69863b Fix cpplint whitespace/newline issues by Brian Carlstrom · 11 years ago
  20. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/base/logging.cc]
  21. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 11 years ago
  22. 74c0704 Help inline LogMessage::stream method. by Sebastien Hertz · 11 years ago
  23. f08e473 Fix abort regression. by Ian Rogers · 11 years ago
  24. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago[Renamed from src/logging.cc]
  25. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  26. af1b892 Prevent hang due to HandleUnexpectedSignal reentry by Brian Carlstrom · 12 years ago
  27. 81b8871 Broaden scope of gAborting. Fixes hang in HandleUnexpectedSignal. by Brian Carlstrom · 12 years ago
  28. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  29. 81d425b Pass self to lock methods. by Ian Rogers · 12 years ago
  30. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  31. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  32. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  33. 0d39c12 "InitGoogle"-style argv stashing. by Elliott Hughes · 12 years ago
  34. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 12 years ago
  35. 8593fdb Clean up host aborts (and simplify the code). by Elliott Hughes · 12 years ago
  36. 93235f7 Dump current klass_ on bad ChangeClass by Brian Carlstrom · 12 years ago
  37. bfbf0e2 Make the hex dump more generally useful (specifically in CHECKs). by Elliott Hughes · 12 years ago
  38. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  39. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 12 years ago
  40. 11d1b0c Reduce namespace pollution. by Elliott Hughes · 13 years ago
  41. 4dd9b4d Clean up verbose logging. by Elliott Hughes · 13 years ago
  42. 21f32d7 Fix some DDMS stuff I'd broken, and fix HexDump's double-spacing. by Elliott Hughes · 13 years ago
  43. 872d4ec Bring across the JDWP implementation. by Elliott Hughes · 13 years ago
  44. 3b6baaa Bring our native stack usage down. by Elliott Hughes · 13 years ago
  45. f5a7a47 Enhance CHECK_EQ and friends to allow extra detail to be appended (like CHECK). by Elliott Hughes · 13 years ago
  46. 8daa092 More threads work. by Elliott Hughes · 13 years ago
  47. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  48. 13f5a58 Add missing file from last commit. by Elliott Hughes · 13 years ago