static void d(String msg, {String tag = tag}) { if (!Utils.isRelease) { LogUtil.v(msg, tag: tag); } }