Skip to content

Commit d362237

Browse files
committed
see 04/12 log
1 parent c089266 commit d362237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/LogUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ private static void log(int type, String tag, Object... contents) {
213213
case W:
214214
case E:
215215
case A:
216-
if (V == sLogFilter || type >= sLogFilter) {
216+
if (type >= sLogFilter) {
217217
printLog(type, tag, msg);
218218
}
219219
if (sLog2FileSwitch) {

0 commit comments

Comments
 (0)