Browse Source

fix 0016784: 【APP 】【日志】device-plugin日志文件夹,3天时间,大小有272M,应精简日志

Melon 1 năm trước cách đây
mục cha
commit
7b93d51993
4 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. BIN
      android/app/libs/device_sdk.aar
  2. 1 1
      lib/global.dart
  3. 2 2
      pubspec.lock
  4. 1 1
      pubspec.yaml

BIN
android/app/libs/device_sdk.aar


+ 1 - 1
lib/global.dart

@@ -165,7 +165,7 @@ abstract class Global {
 
   static Future<void> _initDevices() async {
     // TODO: 后续改成按后门配置开启
-    // await VnoteDevicePluginPlatform.instance.init(false);
+    await VnoteDevicePluginPlatform.instance.init(false);
 
     final List<_DeviceStatusTipsHandler> statusHandlers = [];
     for (int status in DeviceConsts.STATUS_DESC_MAP.keys) {

+ 2 - 2
pubspec.lock

@@ -1559,8 +1559,8 @@ packages:
     dependency: "direct main"
     description:
       path: "."
-      ref: "5f7ca99"
-      resolved-ref: "5f7ca995267e74619a9ce6bc103b279e9ff1dd98"
+      ref: "065d58102d"
+      resolved-ref: "065d58102df70a1e09bb190a4ebf781d6edd6d30"
       url: "http://git.ius.plus/Project-Vital/FlutterDevicePlugin.git"
     source: git
     version: "0.0.1"

+ 1 - 1
pubspec.yaml

@@ -51,7 +51,7 @@ dependencies:
   vnote_device_plugin:
     git:
       url: http://git.ius.plus/Project-Vital/FlutterDevicePlugin.git
-      ref: 5f7ca99
+      ref: 065d58102d
   vital_local_database:
     git:
       url: http://git.ius.plus:88/Project-Vital/FlutterLocalDB.git