HomeSort by relevance Sort by last modified time
    Searched defs:jniLogException (Results 1 - 2 of 2) sorted by null

  /libnativehelper/include/nativehelper/
JNIHelp.h 115 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
176 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) {
177 jniLogException(&env->functions, priority, tag, exception);
  /libnativehelper/
JNIHelp.cpp 260 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {

Completed in 309 milliseconds