From f4269be3c51b24e36d9ef6f994f4be130e255c21 Mon Sep 17 00:00:00 2001 From: zhongweiguang Date: Wed, 22 Mar 2023 17:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mop.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/mop.dart b/lib/mop.dart index 581252b..a62cd0e 100644 --- a/lib/mop.dart +++ b/lib/mop.dart @@ -190,6 +190,7 @@ class Config { /// 日志记录等级 LogLevel logLevel = LogLevel.LEVEL_NONE; + /// Android属性 /// 日志文件最长缓存时间,单位秒。 /// 最小不能小于1天,即不能小于 1 * 24 * 60 * 60 秒。 int? logMaxAliveSec;