Searched refs:attachResult (Results 1 – 1 of 1) sorted by relevance
409 jint attachResult = sJvm->AttachCurrentThread(&mEnv, nullptr); in ScopedJniThreadAttach() local410 LOG_ALWAYS_FATAL_IF(attachResult != JNI_OK, "Unable to attach thread. Error %d", in ScopedJniThreadAttach()411 attachResult); in ScopedJniThreadAttach()