摘要:
android.util.Log常用的方法有以下5个:Log.v()Log.d()Log.i()Log.w()以及Log.e()。根据首字母分别对应VERBOSE,DEBUG,INFO,WARN,ERROR。1、Log.v 的调试颜色为黑色的,任何消息都会输出,这里的v代表verbose啰嗦的意思,... 阅读全文
posted @ 2015-06-19 12:51
lvyeRose
阅读(723)
评论(0)
推荐(0)
摘要:
public final classSystemClockextendsObjectjava.lang.Object↳android.os.SystemClockClass OverviewCore timekeeping facilities.Three different clocks are ... 阅读全文
posted @ 2015-06-19 10:02
lvyeRose
阅读(362)
评论(1)
推荐(0)