index
:
android_dalvik
cm-10.1
cm-10.2
cm-11.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
cm-9.1.0
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
mr1.1-staging
perf
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0
staging/cm-12.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
Exception.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExceptionInInitializerError should wrap only non Error exceptions.
Elliott Hughes
2012-12-21
1
-4
/
+6
*
Tweak UnsatisfiedLinkError
Andy McFadden
2012-01-20
1
-0
/
+9
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-6
/
+6
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-11
/
+11
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-6
/
+6
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-4
/
+4
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-4
/
+4
*
Remove dead code/unused variables to avoid gcc-4.6 warnings.
Doug Kwan
2011-07-07
1
-6
/
+0
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
1
-84
/
+44
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
1
-4
/
+4
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-30
/
+30
*
Consolidate curFrame fields in thread storage
buzbee
2011-04-22
1
-5
/
+5
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-3
/
+3
*
Remove dvmAllocObjectArray and all of its uses.
Carl Shapiro
2011-04-18
1
-12
/
+7
*
Move the remaining non-compiler VM code into C++.
Carl Shapiro
2011-04-15
1
-0
/
+1494