Searched refs:trace (Results 1 – 1 of 1) sorted by relevance
265 std::string trace; in jniGetStackTrace() local266 if (!getStackTrace(env, exception, trace)) { in jniGetStackTrace()268 getExceptionSummary(env, exception, trace); in jniGetStackTrace()275 return trace; in jniGetStackTrace()279 std::string trace(jniGetStackTrace(env, exception)); in jniLogException() local280 __android_log_write(priority, tag, trace.c_str()); in jniLogException()