摘要:
用法一 Runnable mRunnable = new Runnable() { @Override public void run() { // TODO } }; mHandler.removeCallbacks(mRunnable);//取消待执行的消息 mHandler.postDelay 阅读全文
摘要:
用法一 Thread.dumpStack(); Note: java.lang.Thread /** * Prints a stack trace of the current thread to the standard error stream. * This method is used on 阅读全文