Searched defs:tag (Results 1 - 2 of 2) sorted by relevance

/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);
/libnativehelper/
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());

Completed in 435 milliseconds