Searched refs:attachStatus (Results 1 – 1 of 1) sorted by relevance
57 int attachStatus = vm_->AttachCurrentThread(&env, (void *) NULL); in Process() local58 if (attachStatus != JNI_OK) { in Process()59 ALOGW("Thread is not attached, status : %d", attachStatus); in Process()