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.c351 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/
DJNIHelp.h492 [[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);