Searched refs:tag (Results 1 - 3 of 3) sorted by relevance
/libnativehelper/ |
H A D | ALog-priv.h | 38 #define ALOG(priority, tag, fmt...) \ 39 __android_log_print(ANDROID_##priority, tag, fmt)
|
H A D | JNIHelp.cpp | 260 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception) { argument 262 __android_log_write(priority, tag, trace.c_str());
|
/libnativehelper/include/nativehelper/ |
H A D | JNIHelp.h | 115 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception); 176 inline void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception = NULL) { argument 177 jniLogException(&env->functions, priority, tag, exception);
|
Completed in 45 milliseconds