Searched refs:tag (Results 1 – 4 of 4) sorted by relevance
/libnativehelper/ |
D | ALog-priv.h | 38 #define ALOG(priority, tag, fmt...) \ argument 39 __android_log_print(ANDROID_##priority, tag, fmt)
|
D | JNIHelp.cpp | 311 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { in jniLogException() argument 313 __android_log_write(priority, tag, trace.c_str()); in jniLogException()
|
/libnativehelper/include/nativehelper/ |
D | JNIHelp.h | 118 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL… 119 jniLogException(&env->functions, priority, tag, exception);
|
D | libnativehelper_api.h | 174 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
|