64.判断当前线程是否是主线程


/**
* 打印当前的线程
*/
private void printCurrentThread() {
LogUtil.e("isMainThread="+ (Looper.getMainLooper() == Looper.myLooper()));
}






posted @ 2015-12-23 13:13  yutianran  阅读(411)  评论(0编辑  收藏  举报