Home
last modified time | relevance | path

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

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