index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
Native.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Not all shared libraries have a JNI_OnLoad.
Elliott Hughes
2013-08-02
1
-2
/
+2
*
Returning JNI_ERR from JNI_OnLoad is still an error!
Elliott Hughes
2013-08-02
1
-2
/
+3
*
Check JNI versions handed to JNI and JII functions.
Elliott Hughes
2013-08-02
1
-9
/
+10
*
Log if dlopen(3) fails.
Elliott Hughes
2012-09-26
1
-0
/
+1
*
Tweak UnsatisfiedLinkError
Andy McFadden
2012-01-20
1
-2
/
+2
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-3
/
+3
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-4
/
+4
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-5
/
+5
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-7
/
+7
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
1
-9
/
+9
*
Fix native method logging to show local references rather than direct pointers.
Elliott Hughes
2011-06-30
1
-111
/
+0
*
Improve -verbose:jni.
Elliott Hughes
2011-06-28
1
-2
/
+6
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
1
-17
/
+10
*
Prefer printf format "%#x" over "0x%x".
Dan Bornstein
2011-05-26
1
-2
/
+2
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-28
/
+28
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
1
-4
/
+4
*
Remove the old forcecopy in favor of the new.
Elliott Hughes
2011-04-27
1
-1
/
+1
*
Remove unneeded void argument list declarations.
Carl Shapiro
2011-04-20
1
-2
/
+2
*
Move the remaining non-compiler VM code into C++.
Carl Shapiro
2011-04-15
1
-0
/
+875