Skip to content

Commit 66ee6b5

Browse files
committed
see 11/07 log
1 parent 6bf3013 commit 66ee6b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/src/main/java/com/blankj/androidutilcode/core/log/LogActivity.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,11 @@ public void onWidgetClick(View view) {
171171
break;
172172
case R.id.btn_log_null:
173173
LogUtils.v(null);
174-
LogUtils.v(null, null);
175174
LogUtils.d(null);
176-
LogUtils.d(null, null);
177175
LogUtils.i(null);
178-
LogUtils.i(null, null);
179176
LogUtils.w(null);
180-
LogUtils.w(null, null);
181177
LogUtils.e(null);
182-
LogUtils.e(null, null);
183178
LogUtils.a(null);
184-
LogUtils.a(null, null);
185179
break;
186180
case R.id.btn_log_many_params:
187181
LogUtils.v("verbose0", "verbose1");

0 commit comments

Comments
 (0)