summaryrefslogtreecommitdiffstats
path: root/vm/Exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* ExceptionInInitializerError should wrap only non Error exceptions.Elliott Hughes2012-12-211-4/+6
* Tweak UnsatisfiedLinkErrorAndy McFadden2012-01-201-0/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-6/+6
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-11/+11
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-6/+6
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-4/+4
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-4/+4
* Remove dead code/unused variables to avoid gcc-4.6 warnings.Doug Kwan2011-07-071-6/+0
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-84/+44
* More LOG newline cleanup.Dan Bornstein2011-05-261-4/+4
* Further conservation of newlines.Dan Bornstein2011-05-261-30/+30
* Consolidate curFrame fields in thread storagebuzbee2011-04-221-5/+5
* Remove unneeded void argument list declarations.Carl Shapiro2011-04-201-3/+3
* Remove dvmAllocObjectArray and all of its uses.Carl Shapiro2011-04-181-12/+7
* Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-0/+1494