summaryrefslogtreecommitdiffstats
path: root/vm/native/dalvik_system_VMDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change IsMethodTracingActive to GetMethodTracingMode.Jeff Hao2013-08-301-6/+6
* Add dalvik support for sample profiling from traceview gui.Jeff Hao2013-08-281-30/+59
* Show size/alloc/free per Dalvik heap space in dumpsysHiroshi Yamauchi2013-07-311-0/+40
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-3/+3
* Throw NullPointerExceptions with detail messages.Elliott Hughes2011-06-231-2/+2
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-8/+8
* Further conservation of newlines.Dan Bornstein2011-05-261-8/+8
* Convert the internal and in-line natives to C++.Carl Shapiro2011-04-121-0/+804