aboutsummaryrefslogtreecommitdiff
path: root/JNIHelp.c
AgeCommit message (Expand)Author
2023-02-10Handle cases where exceptions may be thrown.Nicolas Geoffray
2021-03-09Add jniThrowErrnoException in libnativehelperSorin Basca
2020-09-28Merge "Remove jniGetReferent from libnativehelper."Nicolas Geoffray
2020-09-24Remove jniGetReferent from libnativehelper.Nicolas Geoffray
2020-09-24Remove jniCreateStringArray.Nicolas Geoffray
2020-06-24libnativehelper API splitOrion Hodson
2020-06-11Improve failure message of jniRegisterNativeMethodsOrion Hodson
2020-04-24Move JNIHelp to a C implementationOrion Hodson
2011-04-25Move JNIHelp's implementation to C++.Elliott Hughes
2011-04-22Fix a buffer overrun in jniLogException.Elliott Hughes
2011-04-08Add jniThrowExceptionFmt.Elliott Hughes
2011-02-08Added JNI hack to support JNI hackAndy McFadden
2011-01-07jniRegisterNativeMethods should abort on failureAndy McFadden
2010-06-17Move the implementation of JNIHelp.h's FileDescriptor helpers into JNIHelp.c.Elliott Hughes
2010-06-02Added a new JNI helper for logging exceptions.Jeff Brown
2010-01-28Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes
2009-12-08am 66cbe5b1: am bf1bb914: am 4a888b09: Two exception-related tweaks: (1) Make...Dan Bornstein
2009-12-07Two exception-related tweaks: (1) Make the dynamic exception constructionDan Bornstein
2009-10-21Clear pending exception before throwing a new one.Andy McFadden
2009-10-20Expose the portable "strerror_r" used by jniThrowIOException.Elliott Hughes
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project