Searched refs:msgstr (Results 1 – 1 of 1) sorted by relevance
310 ScopedLocalRef<jstring> msgstr(env); in report_exception() local312 msgstr.reset(env->NewStringUTF(msg)); in report_exception()315 if ((tagstr != nullptr) && (msgstr != nullptr)) { in report_exception()317 tagstr.get(), msgstr.get(), excep); in report_exception()