Android :android.os.Process.myTid()与 Thread.currentThread().getId();

这两种方式得到的ID并不是相同的,前者的返回值是int,后者是long。

android.os.Process.myTid():是进程.

 Thread.currentThread().getId()是线程.

 

posted on 2016-11-20 02:08  放纵的卡尔  阅读(1019)  评论(0编辑  收藏  举报

导航