Home
last modified time | relevance | path

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

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