Searched refs:trace (Results 1 – 1 of 1) sorted by relevance
276 std::string trace; in jniGetStackTrace() local277 if (!getStackTrace(env, exception, trace)) { in jniGetStackTrace()279 getExceptionSummary(env, exception, trace); in jniGetStackTrace()286 return trace; in jniGetStackTrace()290 std::string trace(jniGetStackTrace(env, exception)); in jniLogException() local291 __android_log_write(priority, tag, trace.c_str()); in jniLogException()