Home
last modified time | relevance | path

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

/libnativehelper/
DALog-priv.h37 #define ALOG(priority, tag, fmt, ...) \ argument
38 __android_log_print(ANDROID_##priority, tag, fmt, __VA_ARGS__)
DJNIHelp.c349 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown) { in jniLogException() argument
354 __android_log_write(priority, tag, details); in jniLogException()
/libnativehelper/include/nativehelper/
DJNIHelp.h487 [[maybe_unused]] static void jniLogException(JNIEnv* env, int priority, const char* tag,
494 __android_log_write(priority, tag, details);
505 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable thrown);