Lines Matching full:logw
96 LOGW("JNI WARNING: method declared to return '%s' returned '%s'\n",
98 LOGW(" failed in %s.%s ('%s' not found)\n",
104 LOGW("JNI WARNING: method declared to return '%s' returned '%s'\n",
106 LOGW(" failed in %s.%s\n",
286 LOGW(" in %s.%s %s (%s)\n",
343 LOGW("JNI WARNING: threadid=%d using env from threadid=%d\n",
365 LOGW("JNI WARNING: threadid=%d using JNI after critical get\n",
377 LOGW("JNI WARNING: threadid=%d called too many crit releases\n",
390 LOGW("JNI WARNING: JNI method called with exception raised\n");
398 LOGW("Pending exception is:\n");
438 LOGW("JNI WARNING: field '%s' with type '%s' set with wrong type (%s)\n",
444 LOGW("JNI WARNING: field '%s' with type '%s' set with wrong type (%s)\n",
449 LOGW("JNI WARNING: accessing non-static field %s as static\n",
452 LOGW("JNI WARNING: accessing static field %s as non-static\n",
486 LOGW("JNI WARNING: %p is not a valid JNI reference\n", jobj);
492 LOGW("JNI WARNING: native code passing in bad object %p %p (%s)\n",
536 LOGW("JNI WARNING: received null jclass\n");
539 LOGW("JNI WARNING: jclass points to invalid object %p\n", clazz);
542 LOGW("JNI WARNING: jclass does not point to class object (%p - %s)\n",
567 LOGW("JNI WARNING: received null jstring (%s)\n", func);
577 LOGW("JNI WARNING: jstring %p points to non-string object (%s)\n",
580 LOGW("JNI WARNING: jstring %p is bogus (%s)\n", jstr, func);
601 LOGW("JNI WARNING: unexpectedly null UTF string\n");
633 LOGW("JNI WARNING: illegal start byte 0x%x\n", utf8);
640 LOGW("JNI WARNING: illegal continuation byte 0x%x\n", utf8);
650 LOGW("JNI WARNING: illegal continuation byte 0x%x\n", utf8);
661 LOGW(" string: '%s'\n", origBytes);
698 LOGW("JNI WARNING: illegal class name '%s' (%s)\n", className, func);
699 LOGW(" (should be formed like 'java/lang/String')\n");
716 LOGW("JNI WARNING: received null array (%s)\n", func);
720 LOGW("JNI WARNING: jarray %p points to non-array object (%s)\n",
723 LOGW("JNI WARNING: jarray %p is bogus\n", jarr);
742 LOGW("JNI WARNING: bad value for mode (%d) (%s)\n", mode, func);
753 LOGW("JNI WARNING: negative length for array allocation (%s)\n", func);
764 LOGW("JNI WARNING: invalid null pointer (%s)\n", func);
781 LOGW("JNI WARNING: expected return type '%c'\n", expectedSigByte);
785 LOGW("JNI WARNING: calling non-static method with static call\n");
787 LOGW("JNI WARNING: calling static method with non-static call\n");
793 LOGW(" calling %s.%s %s\n",
813 LOGW("JNI WARNING: static fieldID %p not valid for class %s\n",
815 LOGW(" base=%p count=%d\n", base, fieldCount);
829 LOGW("JNI WARNING: invalid null object (%s)\n", func);
851 LOGW("JNI WARNING: inst fieldID %p not valid for class %s\n",
1416 LOGW("JNI WARNING: DeleteGlobalRef on non-global %p (type=%d)\n",
1445 LOGW("JNI WARNING: DeleteLocalRef on non-local %p (type=%d)\n",
2302 LOGW("JNI WARNING: invalid values for address (%p) or capacity (%ld)\n",
2364 LOGW("JNI WARNING: direct buffer result mismatch (%p vs %p)\n",