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

/libnativehelper/
H A DALog-priv.h38 #define ALOG(priority, tag, fmt...) \
39 __android_log_print(ANDROID_##priority, tag, fmt)
H A DJNIHelp.cpp260 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 DJNIHelp.h115 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