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