Hi guys,
i am getting some strange warnings while running my app based on the FrameMarkers sample. Unfortunately i have no idea what exactly causes this and if it's my fault. warnings are:
05-10 15:27:11.613: W/dalvikvm(12788): JNI WARNING: can't call static Ljavax/crypto/SecretKeyFactory;.getInstance on class Ljavax/crypto/spec/DESKeySpec; 05-10 15:27:11.613: W/dalvikvm(12788): in Lcom/qualcomm/QCAR/QCAR;.onResume:()V (CallStaticObjectMethodV)
05-10 15:27:11.910: W/SurfaceTexture(12788): freeAllBuffersLocked called but mQueue is not empty 05-10 15:27:17.546: W/SurfaceTexture(12788): freeAllBuffersExceptCurrentLocked called but mQueue is not empty
I can't relate those warnings to a special event, nor do they seem to affect my app in a bad way. The app works correct, or at least it seems so.
I can't find anything related to the SurfaceTexture warning.
Is there anybody who knows whats happening there?
thanks in advance
Granny
Only after my modification, but they came up when i didn't change any of the code. Like out of nowhere.
thanks for the answer