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

  /frameworks/base/core/jni/include/android_runtime/
Log.h 28 jniLogException(env, ANDROID_##priority, tag, ##__VA_ARGS__)
  /libnativehelper/include/nativehelper/
JNIHelp.h 116 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
187 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) {
188 jniLogException(&env->functions, priority, tag, exception);
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 98 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);
101 jniLogException(env, ANDROID_LOG_ERROR, LOG_TAG, exceptionObj);
  /libcore/ojluni/src/main/native/
System.c 251 jniLogException(env, priority, "System", exception);
  /libnativehelper/
JNIHelp.cpp 354 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {

Completed in 89 milliseconds