Searched refs:tag (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 | 349 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/ |
D | JNIHelp.h | 487 [[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);
|