Searched refs:trace (Results 1 – 1 of 1) sorted by relevance
273 std::string trace; in jniGetStackTrace() local274 if (!getStackTrace(env, exception, trace)) { in jniGetStackTrace()276 getExceptionSummary(env, exception, trace); in jniGetStackTrace()283 return trace; in jniGetStackTrace()287 std::string trace(jniGetStackTrace(env, exception)); in jniLogException() local288 __android_log_write(priority, tag, trace.c_str()); in jniLogException()