提交 1317cc90 编写于 作者: R RenYuZhuo

fix kotlin without tag bug

上级 d8353fc1
......@@ -319,9 +319,11 @@ public final class KLog {
}
}
return stringBuilder.toString();
} else {
} else if (objects.length == 1){
Object object = objects[0];
return object == null ? NULL : object.toString();
} else {
return NULL;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册