• Home
  • Raw
  • Download

Lines Matching refs:ALOGW

71         ALOGW("JNI WARNING: invalid reference returned from native code");  in checkCallResultCommon()
74 ALOGW(" in %s.%s:%s", method->clazz->descriptor, method->name, desc); in checkCallResultCommon()
106 ALOGW("JNI WARNING: method declared to return '%s' returned '%s'", in checkCallResultCommon()
108 ALOGW(" failed in %s.%s ('%s' not found)", in checkCallResultCommon()
114 ALOGW("JNI WARNING: method declared to return '%s' returned '%s'", in checkCallResultCommon()
116 ALOGW(" failed in %s.%s", in checkCallResultCommon()
233 ALOGW("JNI WARNING: illegal class name '%s' (%s)", className, mFunctionName); in checkClassName()
234 ALOGW(" (should be formed like 'dalvik/system/DexFile')"); in checkClassName()
235 ALOGW(" or '[Ldalvik/system/DexFile;' or '[[B')"); in checkClassName()
242 ALOGW("JNI WARNING: null jfieldID"); in checkFieldTypeForGet()
262 ALOGW("JNI WARNING: accessing non-static field %s as static", field->name); in checkFieldTypeForGet()
264 ALOGW("JNI WARNING: accessing static field %s as non-static", field->name); in checkFieldTypeForGet()
270 ALOGW("JNI WARNING: %s for field '%s' of expected type %s, got %s", in checkFieldTypeForGet()
285 ALOGW("JNI WARNING: null jfieldID"); in checkFieldTypeForSet()
301 ALOGW("JNI WARNING: field operation on invalid %s reference (%p)", in checkFieldTypeForSet()
312 ALOGW("JNI WARNING: set field '%s' expected type %s, got %s", in checkFieldTypeForSet()
318 ALOGW("JNI WARNING: %s for field '%s' expected type %s, got %s", in checkFieldTypeForSet()
323 ALOGW("JNI WARNING: accessing non-static field %s as static", field->name); in checkFieldTypeForSet()
325 ALOGW("JNI WARNING: accessing static field %s as non-static", field->name); in checkFieldTypeForSet()
346 ALOGW("JNI ERROR: field operation on invalid reference (%p)", jobj); in checkInstanceFieldID()
364 ALOGW("JNI WARNING: instance fieldID %p not valid for class %s", in checkInstanceFieldID()
375 ALOGW("JNI WARNING: invalid null pointer (%s)", mFunctionName); in checkNonNull()
389 ALOGW("JNI WARNING: expected return type '%s'", expectedType); in checkSig()
393 ALOGW("JNI WARNING: calling non-static method with static call"); in checkSig()
395 ALOGW("JNI WARNING: calling static method with non-static call"); in checkSig()
402 ALOGW(" calling %s.%s %s", method->clazz->descriptor, method->name, desc); in checkSig()
420 ALOGW("JNI WARNING: static fieldID %p not valid for class %s", in checkStaticFieldID()
422 ALOGW(" base=%p count=%d", base, fieldCount); in checkStaticFieldID()
444 ALOGW("JNI WARNING: can't call static %s.%s on class %s", in checkStaticMethod()
465 ALOGW("JNI WARNING: can't call %s.%s on instance of %s", in checkVirtualMethod()
737 ALOGW("JNI WARNING: received null array"); in checkArray()
748 ALOGW("JNI WARNING: jarray is an invalid %s reference (%p)", in checkArray()
752 ALOGW("JNI WARNING: jarray arg has wrong type (expected array, got %s)", in checkArray()
769 ALOGW("JNI WARNING: negative jsize (%s)", mFunctionName); in checkLengthPositive()
789 ALOGW("JNI WARNING: %p is not a valid JNI reference", jobj); in checkObject()
794 ALOGW("JNI WARNING: native code passing in invalid reference %p", jobj); in checkObject()
798 ALOGW("JNI WARNING: native code passing in reference to invalid object %p %p", in checkObject()
816 ALOGW("JNI WARNING: bad value for mode (%d) (%s)", mode, mFunctionName); in checkReleaseMode()
844 ALOGW("JNI WARNING: threadid=%d using env from threadid=%d", in checkThread()
871 ALOGW("JNI WARNING: threadid=%d using JNI after critical get", in checkThread()
883 ALOGW("JNI WARNING: threadid=%d called too many crit releases", in checkThread()
898 ALOGW("JNI WARNING: JNI method called with exception pending"); in checkThread()
907 ALOGW("Pending exception is:"); in checkThread()
921 ALOGW("JNI WARNING: non-nullable const char* was NULL"); in checkUtfString()
931ALOGW("JNI WARNING: input is not valid Modified UTF-8: illegal %s byte %#x", errorKind, utf8); in checkUtfString()
932 ALOGW(" string: '%s'", bytes); in checkUtfString()
947 ALOGW("JNI WARNING: received null %s", argName); in checkInstance()
958 ALOGW("JNI WARNING: %s is an invalid %s reference (%p)", in checkInstance()
962 ALOGW("JNI WARNING: %s arg has wrong type (expected %s, got %s)", in checkInstance()
1044ALOGW(" in %s.%s:%s (%s)", method->clazz->descriptor, method->name, desc, mFunctionNam… in showLocation()
1216 ALOGW("munmap failed: %s", strerror(errno)); in debugFree()
1429 ALOGW("JNI WARNING: DeleteGlobalRef on non-global %p (type=%d)", in Check_DeleteGlobalRef()
1446 ALOGW("JNI WARNING: DeleteLocalRef on non-local %p (type=%d)", in Check_DeleteLocalRef()
1989 ALOGW("JNI WARNING: invalid values for address (%p) or capacity (%ld)", in Check_NewDirectByteBuffer()