summaryrefslogtreecommitdiffstats
path: root/runtime/base/logging.cc
Commit message (Expand)AuthorAgeFilesLines
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+3
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Add an option to specify a list of methods for LIR dumping.Mingyao Yang2014-04-181-0/+2
* Fix multi-line hex dumping and add unit test.Ian Rogers2014-01-301-93/+0
* Fix 64bit issues in logging code.Ian Rogers2014-01-231-14/+21
* Use a UniquePtr to clean up global logging std::string*s.Ian Rogers2013-11-131-11/+14
* Change thread.h to thread-inl.h to pick up missing Thread::Currnet for debug ...Brian Carlstrom2013-11-061-1/+1
* Fix logging memory leak.Sebastien Hertz2013-08-121-2/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-1/+1
* Fix cpplint whitespace/newline issuesBrian Carlstrom2013-07-171-7/+21
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+235