摘要: 1 android logcat api Log.i(String tag, String msg) info,普通信息 Log.d(String tag, String msg) debug,调试信息 Log.e(String tag, String msg) error,错误信息 这里的信息分类 阅读全文
posted @ 2019-09-22 14:09 PhoenixTree(梧桐树) 阅读(202) 评论(0) 推荐(0)