We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf3013 commit 66ee6b5Copy full SHA for 66ee6b5
app/src/main/java/com/blankj/androidutilcode/core/log/LogActivity.java
@@ -171,17 +171,11 @@ public void onWidgetClick(View view) {
171
break;
172
case R.id.btn_log_null:
173
LogUtils.v(null);
174
- LogUtils.v(null, null);
175
LogUtils.d(null);
176
- LogUtils.d(null, null);
177
LogUtils.i(null);
178
- LogUtils.i(null, null);
179
LogUtils.w(null);
180
- LogUtils.w(null, null);
181
LogUtils.e(null);
182
- LogUtils.e(null, null);
183
LogUtils.a(null);
184
- LogUtils.a(null, null);
185
186
case R.id.btn_log_many_params:
187
LogUtils.v("verbose0", "verbose1");
0 commit comments