2012年4月13日
摘要: adb shell setprop log.tag. DEBUGpublic static void debug(final Class myClass, final String tag,final String msg) { if (Log.isLoggable(tag, Log.DEBUG)) { Log.d(tag, myClass.getSimpleName() + “:” + msg); }} 阅读全文
posted @ 2012-04-13 00:24 leaving 阅读(248) 评论(0) 推荐(0)