Searched refs:jniGetStackTrace (Results 1 - 2 of 2) sorted by relevance

/libnativehelper/include/nativehelper/
H A DJNIHelp.h182 extern "C" std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception);
184 inline std::string jniGetStackTrace(JNIEnv* env, jthrowable exception = NULL) { function
185 return jniGetStackTrace(&env->functions, exception);
/libnativehelper/
H A DJNIHelp.cpp261 std::string trace(jniGetStackTrace(env, exception));
265 extern "C" std::string jniGetStackTrace(C_JNIEnv* env, jthrowable exception) { function

Completed in 3 milliseconds