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