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 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 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 255 jniLogException(env, priority, "System", exception);
  /libnativehelper/
JNIHelp.cpp 305 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) {

Completed in 213 milliseconds