Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DALog-priv.h38 #define ALOG(priority, tag, fmt...) \ argument
39 __android_log_print(ANDROID_##priority, tag, fmt)
DJNIHelp.cpp303 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException() argument
305 __android_log_write(priority, tag, trace.c_str()); in jniLogException()
/libnativehelper/include/nativehelper/
DJNIHelp.h110 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);