From a27d164742ae063c73165b6c3058ea51e1b4836b Mon Sep 17 00:00:00 2001 From: Weller <1812208341@qq.com> Date: Mon, 7 Sep 2020 14:40:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=94=99=E8=AF=AF=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/util/net_util.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/net_util.dart b/lib/util/net_util.dart index 303aa2f..60e1bef 100644 --- a/lib/util/net_util.dart +++ b/lib/util/net_util.dart @@ -189,6 +189,7 @@ class NetUtil { onError(result[GlobalConfig.HTTP_RESPONSE_KEY_MSG] ?? '未知错误'); } } catch (e) { + Logger.error('error: ' + e.toString()); if (onError != null) { onError(e?.toString() ?? '未知错误'); }