Searched refs:details (Results 1 – 2 of 2) sorted by relevance
233 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local234 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() local356 __android_log_write(priority, tag, details); in jniLogException()
287 const char* details = (summary.data != NULL) ? summary.data : "Unknown"; in DiscardPendingException() local289 "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"; variable499 __android_log_write(priority, tag, details);