Home
last modified time | relevance | path

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

/libnativehelper/
DJNIHelp.c233 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local
234 ALOGW("Discarding pending exception (%s) to throw %s", details, className); in DiscardPendingException()
355 const char* details = (summary.data != NULL) ? summary.data : "No memory to report exception"; in jniLogException() local
356 __android_log_write(priority, tag, details); in jniLogException()
/libnativehelper/include/nativehelper/
DJNIHelp.h287 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local
289 "Discarding pending exception (%s) to throw %s", details, className); in DiscardPendingException()
498 const char* details = (summary.data != NULL) ? summary.data : "No memory to report exception"; variable
499 __android_log_write(priority, tag, details);