summaryrefslogtreecommitdiff
path: root/java/jni/ZT1_jnicache.cpp
AgeCommit message (Collapse)Author
2015-06-10Rename JniCache to JniLookupGrant Limberg
Removed caching capabilities as the cached methods, fields, and objects appears to be broken on Android
2015-06-09Looks like it was the JNI cash causing the crash.Grant Limberg
Forcing it to look up classes and methods instead of caching them stopped the crashes in the GC. Will investigate more later.
2015-05-26added the android verbose log level and moved most jni debug messages to verboseGrant Limberg
2015-05-02added a JniCache objectet for caching jclass, jmethodID, and jfieldID objectsGrant Limberg