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

  /frameworks/base/include/android_runtime/
Log.h 28 jniLogException(env, ANDROID_##priority, tag, ##__VA_ARGS__)
  /external/conscrypt/src/compat/native/
JNIHelp.h 110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) {
172 jniLogException(&env->functions, priority, tag, exception);
  /libnativehelper/include/nativehelper/
JNIHelp.h 110 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
171 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) {
172 jniLogException(&env->functions, priority, tag, exception);
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 86 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);
89 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);
  /libcore/luni/src/main/native/
java_lang_System.cpp 61 jniLogException(env, priority, LOG_TAG, exception);
  /libnativehelper/
JNIHelp.cpp 286 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {

Completed in 1761 milliseconds