AndroidJNI.DetachCurrentThread 分离当前线程

static function DetachCurrentThread () : int

Description描述

Detaches the current thread from a Java (Dalvik) VM.

从一个Java(Dalvik)虚拟机,分类当前线程。

A thread must be detached from the VM before exiting.

从退出虚拟机之前,一个线程必须被分类。

参见: Java Native Interface Specification (Oracle)


,