提交 66ee6b54 编写于 作者: B Blankj

see 11/07 log

上级 6bf30136
......@@ -171,17 +171,11 @@ public class LogActivity extends BaseBackActivity {
break;
case R.id.btn_log_null:
LogUtils.v(null);
LogUtils.v(null, null);
LogUtils.d(null);
LogUtils.d(null, null);
LogUtils.i(null);
LogUtils.i(null, null);
LogUtils.w(null);
LogUtils.w(null, null);
LogUtils.e(null);
LogUtils.e(null, null);
LogUtils.a(null);
LogUtils.a(null, null);
break;
case R.id.btn_log_many_params:
LogUtils.v("verbose0", "verbose1");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册