Searched refs:priority (Results 1 – 3 of 3) sorted by relevance
/libnativehelper/ |
D | ALog-priv.h | 37 #define ALOG(priority, tag, fmt, ...) \ argument 38 __android_log_print(ANDROID_##priority, tag, fmt, __VA_ARGS__)
|
D | JNIHelp.c | 351 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException() argument 356 __android_log_write(priority, tag, details); in jniLogException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 492 [[maybe_unused]] static void jniLogException(JNIEnv* env, int priority, const char* tag, 499 __android_log_write(priority, tag, details); 510 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown);
|