Home | History | Annotate | Download | only in jni

Lines Matching refs:msgstr

181     jstring msgstr = env->NewStringUTF(msg);
183 if ((tagstr == NULL) || (msgstr == NULL)) {
191 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
220 env->DeleteLocalRef(msgstr);