Searched refs:throwable (Results 1 – 2 of 2) sorted by relevance
70 static void logException(JNIEnv* env, jclass /*clazz*/, jthrowable throwable) { in logException() argument71 jniLogException(env, ANDROID_LOG_VERBOSE, __FILE__, throwable); in logException()
45 private static native void logException(Throwable throwable); in logException() argument