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

  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 98 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
146 inline void jniLogException(JNIEnv* env, int priority, const char* tag,
149 jniLogException(&env->functions, priority, tag, exception);
159 IF_LOG(priority, tag) jniLogException(env, ANDROID_##priority, tag, ##__VA_ARGS__)
  /dalvik/libnativehelper/
JNIHelp.c 243 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception)

Completed in 1304 milliseconds