You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for the great library again.
I faced the issue that newGuid() could not be called between separate jni calls or from different threads. It seems, AndroidGuidInfo.uuidClass must be global reference to allow such calls. Also, JniEnv * variable should be passed from the current context into newGuid() to operate with jni functions to prevent context mismatch.
Is it appropriate to me to open PR with implementation of this behaviour?