Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 1 of 1) sorted by relevance

/libnativehelper/
DJNIHelp.cpp273 std::string trace; in jniGetStackTrace() local
274 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() local
288 __android_log_write(priority, tag, trace.c_str()); in jniLogException()